Color Hex Logo

#cbb6de Color Hex

#CBB6DE
(203,182,222)
0 Favorites   0 Comments

Color spaces of #cbb6de

RGB 203182222
HSL0.750.380.79
HSV272°18°87°
CMYK 0.090.180.00   0.13
XYZ54.541451.426376.1589
Yxy51.42630.29950.2824
Hunter Lab71.712110.2638-12.7680
CIE-Lab76.936514.9067-17.2994

#cbb6de color RGB value is (203,182,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 11011110
Octal 313 266 336
Decimal 203 182 222
Hex CB B6 DE

RGB Percentages of Color #cbb6de

%33.44
%29.98
%36.57

CMYK Percentages of Color #cbb6de

%9
%18
%0
%13

Triadic Colors of #cbb6de

#cbb6de #decbb6 #b6decb

Analogous Colors of #cbb6de

#cbb6de #deb6dd #b7b6de

Monochromatic Colors of #cbb6de

#cbb6de

Complementary Color

#cbb6de #c9deb6

#cbb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb6de Color CSS Codes

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

#cbb6de Text Font Color

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

This sample text font color is #cbb6de
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.


#cbb6de Background Color

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

This div background color is #cbb6de


#cbb6de Border Color

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

This div border color is #cbb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb6de


Comments

No comments written yet.

Please login to write comment.