Color Hex Logo

#cb9cce Color Hex

#CB9CCE
(203,156,206)
0 Favorites   0 Comments

Color spaces of #cb9cce

RGB 203156206
HSL0.820.340.71
HSV296°24°81°
CMYK 0.010.240.00   0.19
XYZ47.657640.929763.7809
Yxy40.92970.31280.2686
Hunter Lab63.976321.0106-14.3255
CIE-Lab70.126625.9877-18.8485

#cb9cce color RGB value is (203,156,206).

#cb9cce hex color red value is 203, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb9cce hue: 0.82 , saturation: 0.34 and the lightness value of cb9cce is 0.71.

The process color (four color CMYK) of #cb9cce color hex is 0.01, 0.24, 0.00, 0.19. Web safe color of #cb9cce is #cc99cc. Color #cb9cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011100 11001110
Octal 313 234 316
Decimal 203 156 206
Hex CB 9C CE

RGB Percentages of Color #cb9cce

%35.93
%27.61
%36.46

CMYK Percentages of Color #cb9cce

%1
%24
%0
%19

Triadic Colors of #cb9cce

#cb9cce #cecb9c #9ccecb

Analogous Colors of #cb9cce

#cb9cce #ce9cb8 #b29cce

Monochromatic Colors of #cb9cce

#cb9cce

Complementary Color

#cb9cce #9fce9c

#cb9cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9cce Color CSS Codes

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

#cb9cce Text Font Color

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

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


#cb9cce Background Color

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

This div background color is #cb9cce


#cb9cce Border Color

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

This div border color is #cb9cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9cce


Comments

No comments written yet.

Please login to write comment.