Color Hex Logo

#cf99cb Color Hex

#CF99CB
(207,153,203)
0 Favorites   0 Comments

Color spaces of #cf99cb

RGB 207153203
HSL0.850.360.71
HSV304°26°81°
CMYK 0.000.260.02   0.19
XYZ47.902940.359761.7654
Yxy40.35970.31930.2690
Hunter Lab63.529323.4179-13.1733
CIE-Lab69.725028.3994-17.7595

#cf99cb color RGB value is (207,153,203).

#cf99cb hex color red value is 207, green value is 153 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cf99cb hue: 0.85 , saturation: 0.36 and the lightness value of cf99cb is 0.71.

The process color (four color CMYK) of #cf99cb color hex is 0.00, 0.26, 0.02, 0.19. Web safe color of #cf99cb is #cc99cc. Color #cf99cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 11001011
Octal 317 231 313
Decimal 207 153 203
Hex CF 99 CB

RGB Percentages of Color #cf99cb

%36.77
%27.18
%36.06

CMYK Percentages of Color #cf99cb

%0
%26
%2
%19

Triadic Colors of #cf99cb

#cf99cb #cbcf99 #99cbcf

Analogous Colors of #cf99cb

#cf99cb #cf99b0 #b899cf

Monochromatic Colors of #cf99cb

#cf99cb

Complementary Color

#cf99cb #99cf9d

#cf99cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99cb Color CSS Codes

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

#cf99cb Text Font Color

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

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


#cf99cb Background Color

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

This div background color is #cf99cb


#cf99cb Border Color

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

This div border color is #cf99cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99cb


Comments

No comments written yet.

Please login to write comment.