Color Hex Logo

#cd99cb Color Hex

#CD99CB
(205,153,203)
0 Favorites   0 Comments

Color spaces of #cd99cb

RGB 205153203
HSL0.840.340.70
HSV302°25°80°
CMYK 0.000.250.01   0.20
XYZ47.347640.073461.7394
Yxy40.07340.31740.2687
Hunter Lab63.303622.7270-13.5125
CIE-Lab69.521827.7317-18.0866

#cd99cb color RGB value is (205,153,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 11001011
Octal 315 231 313
Decimal 205 153 203
Hex CD 99 CB

RGB Percentages of Color #cd99cb

%36.54
%27.27
%36.19

CMYK Percentages of Color #cd99cb

%0
%25
%1
%20

Triadic Colors of #cd99cb

#cd99cb #cbcd99 #99cbcd

Analogous Colors of #cd99cb

#cd99cb #cd99b1 #b599cd

Monochromatic Colors of #cd99cb

#cd99cb

Complementary Color

#cd99cb #99cd9b

#cd99cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd99cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd99cb Color CSS Codes

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

#cd99cb Text Font Color

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

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


#cd99cb Background Color

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

This div background color is #cd99cb


#cd99cb Border Color

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

This div border color is #cd99cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd99cb


Comments

No comments written yet.

Please login to write comment.