Color Hex Logo

#c99fbf Color Hex

#C99FBF
(201,159,191)
0 Favorites   0 Comments

Color spaces of #c99fbf

RGB 201159191
HSL0.870.280.71
HSV314°21°79°
CMYK 0.000.210.05   0.21
XYZ45.889540.975454.7806
Yxy40.97540.32400.2893
Hunter Lab64.012015.9436-5.9311
CIE-Lab70.158720.8752-10.5195

#c99fbf color RGB value is (201,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 10111111
Octal 311 237 277
Decimal 201 159 191
Hex C9 9F BF

RGB Percentages of Color #c99fbf

%36.48
%28.86
%34.66

CMYK Percentages of Color #c99fbf

%0
%21
%5
%21

Triadic Colors of #c99fbf

#c99fbf #bfc99f #9fbfc9

Analogous Colors of #c99fbf

#c99fbf #c99faa #be9fc9

Monochromatic Colors of #c99fbf

#c99fbf

Complementary Color

#c99fbf #9fc9a9

#c99fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99fbf Color CSS Codes

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

#c99fbf Text Font Color

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

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


#c99fbf Background Color

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

This div background color is #c99fbf


#c99fbf Border Color

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

This div border color is #c99fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99fbf


Comments

No comments written yet.

Please login to write comment.