Color Hex Logo

#c999bd Color Hex

#C999BD
(201,153,189)
0 Favorites   0 Comments

Color spaces of #c999bd

RGB 201153189
HSL0.880.310.69
HSV315°24°79°
CMYK 0.000.240.06   0.21
XYZ44.663938.874153.2935
Yxy38.87410.32640.2841
Hunter Lab62.349118.7579-7.0343
CIE-Lab68.660023.8116-11.6509

#c999bd color RGB value is (201,153,189).

#c999bd hex color red value is 201, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c999bd hue: 0.88 , saturation: 0.31 and the lightness value of c999bd is 0.69.

The process color (four color CMYK) of #c999bd color hex is 0.00, 0.24, 0.06, 0.21. Web safe color of #c999bd is #cc99cc. Color #c999bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 10111101
Octal 311 231 275
Decimal 201 153 189
Hex C9 99 BD

RGB Percentages of Color #c999bd

%37.02
%28.18
%34.81

CMYK Percentages of Color #c999bd

%0
%24
%6
%21

Triadic Colors of #c999bd

#c999bd #bdc999 #99bdc9

Analogous Colors of #c999bd

#c999bd #c999a5 #bd99c9

Monochromatic Colors of #c999bd

#c999bd

Complementary Color

#c999bd #99c9a5

#c999bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999bd Color CSS Codes

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

#c999bd Text Font Color

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

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


#c999bd Background Color

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

This div background color is #c999bd


#c999bd Border Color

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

This div border color is #c999bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999bd


Comments

No comments written yet.

Please login to write comment.