Color Hex Logo

#cf99bd Color Hex

#CF99BD
(207,153,189)
0 Favorites   0 Comments

Color spaces of #cf99bd

RGB 207153189
HSL0.890.360.71
HSV320°26°81°
CMYK 0.000.260.09   0.19
XYZ46.308739.722053.3705
Yxy39.72200.33220.2849
Hunter Lab63.025420.8607-6.0896
CIE-Lab69.271125.8919-10.6732

#cf99bd color RGB value is (207,153,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 10111101
Octal 317 231 275
Decimal 207 153 189
Hex CF 99 BD

RGB Percentages of Color #cf99bd

%37.70
%27.87
%34.43

CMYK Percentages of Color #cf99bd

%0
%26
%9
%19

Triadic Colors of #cf99bd

#cf99bd #bdcf99 #99bdcf

Analogous Colors of #cf99bd

#cf99bd #cf99a2 #c699cf

Monochromatic Colors of #cf99bd

#cf99bd

Complementary Color

#cf99bd #99cfab

#cf99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf99bd Color CSS Codes

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

#cf99bd Text Font Color

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

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


#cf99bd Background Color

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

This div background color is #cf99bd


#cf99bd Border Color

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

This div border color is #cf99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf99bd


Comments

No comments written yet.

Please login to write comment.