Color Hex Logo

#c99fbd Color Hex

#C99FBD
(201,159,189)
0 Favorites   0 Comments

Color spaces of #c99fbd

RGB 201159189
HSL0.880.280.71
HSV317°21°79°
CMYK 0.000.210.06   0.21
XYZ45.670840.887953.6292
Yxy40.88790.32580.2917
Hunter Lab63.943615.5896-4.9657
CIE-Lab70.097320.5156-9.5030

#c99fbd color RGB value is (201,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 10111101
Octal 311 237 275
Decimal 201 159 189
Hex C9 9F BD

RGB Percentages of Color #c99fbd

%36.61
%28.96
%34.43

CMYK Percentages of Color #c99fbd

%0
%21
%6
%21

Triadic Colors of #c99fbd

#c99fbd #bdc99f #9fbdc9

Analogous Colors of #c99fbd

#c99fbd #c99fa8 #c09fc9

Monochromatic Colors of #c99fbd

#c99fbd

Complementary Color

#c99fbd #9fc9ab

#c99fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99fbd Color CSS Codes

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

#c99fbd Text Font Color

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

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


#c99fbd Background Color

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

This div background color is #c99fbd


#c99fbd Border Color

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

This div border color is #c99fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99fbd


Comments

No comments written yet.

Please login to write comment.