Color Hex Logo

#cb99cb Color Hex

#CB99CB
(203,153,203)
0 Favorites   0 Comments

Color spaces of #cb99cb

RGB 203153203
HSL0.830.320.70
HSV300°25°80°
CMYK 0.000.250.00   0.20
XYZ46.799339.790861.7137
Yxy39.79080.31560.2683
Hunter Lab63.079922.0400-13.8499
CIE-Lab69.320327.0643-18.4110

#cb99cb color RGB value is (203,153,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 11001011
Octal 313 231 313
Decimal 203 153 203
Hex CB 99 CB

RGB Percentages of Color #cb99cb

%36.31
%27.37
%36.31

CMYK Percentages of Color #cb99cb

%0
%25
%0
%20

Triadic Colors of #cb99cb

#cb99cb #cbcb99 #99cbcb

Analogous Colors of #cb99cb

#cb99cb #cb99b2 #b299cb

Monochromatic Colors of #cb99cb

#cb99cb

Complementary Color

#cb99cb #99cb99

#cb99cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb99cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb99cb Color CSS Codes

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

#cb99cb Text Font Color

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

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


#cb99cb Background Color

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

This div background color is #cb99cb


#cb99cb Border Color

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

This div border color is #cb99cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb99cb


Comments

No comments written yet.

Please login to write comment.