Color Hex Logo

#c99dbf Color Hex

#C99DBF
(201,157,191)
0 Favorites   0 Comments

Color spaces of #c99dbf

RGB 201157191
HSL0.870.290.70
HSV314°22°79°
CMYK 0.000.220.05   0.21
XYZ45.548340.293054.6669
Yxy40.29300.32420.2868
Hunter Lab63.476816.9999-6.6275
CIE-Lab69.677721.9738-11.2387

#c99dbf color RGB value is (201,157,191).

#c99dbf hex color red value is 201, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c99dbf hue: 0.87 , saturation: 0.29 and the lightness value of c99dbf is 0.70.

The process color (four color CMYK) of #c99dbf color hex is 0.00, 0.22, 0.05, 0.21. Web safe color of #c99dbf is #cc99cc. Color #c99dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011101 10111111
Octal 311 235 277
Decimal 201 157 191
Hex C9 9D BF

RGB Percentages of Color #c99dbf

%36.61
%28.60
%34.79

CMYK Percentages of Color #c99dbf

%0
%22
%5
%21

Triadic Colors of #c99dbf

#c99dbf #bfc99d #9dbfc9

Analogous Colors of #c99dbf

#c99dbf #c99da9 #bd9dc9

Monochromatic Colors of #c99dbf

#c99dbf

Complementary Color

#c99dbf #9dc9a7

#c99dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99dbf Color CSS Codes

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

#c99dbf Text Font Color

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

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


#c99dbf Background Color

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

This div background color is #c99dbf


#c99dbf Border Color

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

This div border color is #c99dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99dbf


Comments

No comments written yet.

Please login to write comment.