Color Hex Logo

#cb96cc Color Hex

#CB96CC
(203,150,204)
0 Favorites   0 Comments

Color spaces of #cb96cc

RGB 203150204
HSL0.830.350.69
HSV299°26°80°
CMYK 0.000.260.00   0.20
XYZ46.434038.868862.1818
Yxy38.86880.31480.2635
Hunter Lab62.344823.8421-15.4935
CIE-Lab68.656128.8970-19.9735

#cb96cc color RGB value is (203,150,204).

#cb96cc hex color red value is 203, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb96cc hue: 0.83 , saturation: 0.35 and the lightness value of cb96cc is 0.69.

The process color (four color CMYK) of #cb96cc color hex is 0.00, 0.26, 0.00, 0.20. Web safe color of #cb96cc is #cc99cc. Color #cb96cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 11001100
Octal 313 226 314
Decimal 203 150 204
Hex CB 96 CC

RGB Percentages of Color #cb96cc

%36.45
%26.93
%36.62

CMYK Percentages of Color #cb96cc

%0
%26
%0
%20

Triadic Colors of #cb96cc

#cb96cc #cccb96 #96cccb

Analogous Colors of #cb96cc

#cb96cc #cc96b2 #b096cc

Monochromatic Colors of #cb96cc

#cb96cc

Complementary Color

#cb96cc #97cc96

#cb96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb96cc Color CSS Codes

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

#cb96cc Text Font Color

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

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


#cb96cc Background Color

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

This div background color is #cb96cc


#cb96cc Border Color

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

This div border color is #cb96cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb96cc


Comments

No comments written yet.

Please login to write comment.