Color Hex Logo

#cbb7df Color Hex

#CBB7DF
(203,183,223)
0 Favorites   0 Comments

Color spaces of #cbb7df

RGB 203183223
HSL0.750.380.80
HSV270°18°87°
CMYK 0.090.180.00   0.13
XYZ54.881451.891276.9355
Yxy51.89120.29870.2825
Hunter Lab72.03559.9308-12.8981
CIE-Lab77.215714.5648-17.4194

#cbb7df color RGB value is (203,183,223).

#cbb7df hex color red value is 203, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbb7df hue: 0.75 , saturation: 0.38 and the lightness value of cbb7df is 0.80.

The process color (four color CMYK) of #cbb7df color hex is 0.09, 0.18, 0.00, 0.13. Web safe color of #cbb7df is #cccccc. Color #cbb7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 11011111
Octal 313 267 337
Decimal 203 183 223
Hex CB B7 DF

RGB Percentages of Color #cbb7df

%33.33
%30.05
%36.62

CMYK Percentages of Color #cbb7df

%9
%18
%0
%13

Triadic Colors of #cbb7df

#cbb7df #dfcbb7 #b7dfcb

Analogous Colors of #cbb7df

#cbb7df #dfb7df #b7b7df

Monochromatic Colors of #cbb7df

#cbb7df

Complementary Color

#cbb7df #cbdfb7

#cbb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb7df Color CSS Codes

.mybgcolor {background-color:#cbb7df; } 
.myforecolor {color:#cbb7df; }
.mybordercolor {border:3px solid #cbb7df; }

#cbb7df Text Font Color

<p style="color:#cbb7df">Text here</p>

This sample text font color is #cbb7df
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbb7df Background Color

<div style="background-color:#cbb7df">
Div content here</div>

This div background color is #cbb7df


#cbb7df Border Color

<div style="border:3px solid #cbb7df">
Div here</div>

This div border color is #cbb7df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,183,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb7df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb7df;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb7df;
  box-shadow:         1px 1px 3px 2px #cbb7df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,183,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbb7df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb7df;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb7df;
  box-shadow:         1px 1px 3px 2px #cbb7df;">
Div content here</div>

This div box has shadow with color #cbb7df


Comments

No comments written yet.

Please login to write comment.