Color Hex Logo

#cb99cc Color Hex

#CB99CC
(203,153,204)
0 Favorites   0 Comments

Color spaces of #cb99cc

RGB 203153204
HSL0.830.330.70
HSV299°25°80°
CMYK 0.000.250.00   0.20
XYZ46.918939.838662.3435
Yxy39.83860.31470.2672
Hunter Lab63.117822.2325-14.3802
CIE-Lab69.354427.2532-18.9133

#cb99cc color RGB value is (203,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 11001100
Octal 313 231 314
Decimal 203 153 204
Hex CB 99 CC

RGB Percentages of Color #cb99cc

%36.25
%27.32
%36.43

CMYK Percentages of Color #cb99cc

%0
%25
%0
%20

Triadic Colors of #cb99cc

#cb99cc #cccb99 #99cccb

Analogous Colors of #cb99cc

#cb99cc #cc99b4 #b299cc

Monochromatic Colors of #cb99cc

#cb99cc

Complementary Color

#cb99cc #9acc99

#cb99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb99cc Color CSS Codes

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

#cb99cc Text Font Color

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

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


#cb99cc Background Color

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

This div background color is #cb99cc


#cb99cc Border Color

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

This div border color is #cb99cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,153,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 #cb99cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb99cc


Comments

No comments written yet.

Please login to write comment.