Color Hex Logo

#c99fcb Color Hex

#C99FCB
(201,159,203)
0 Favorites   0 Comments

Color spaces of #c99fcb

RGB 201159203
HSL0.830.300.71
HSV297°22°80°
CMYK 0.010.220.00   0.20
XYZ47.265041.525662.0240
Yxy41.52560.31340.2753
Hunter Lab64.440418.1536-11.9585
CIE-Lab70.542623.1009-16.5805

#c99fcb color RGB value is (201,159,203).

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

The process color (four color CMYK) of #c99fcb color hex is 0.01, 0.22, 0.00, 0.20. Web safe color of #c99fcb is #cc99cc. Color #c99fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011111 11001011
Octal 311 237 313
Decimal 201 159 203
Hex C9 9F CB

RGB Percentages of Color #c99fcb

%35.70
%28.24
%36.06

CMYK Percentages of Color #c99fcb

%1
%22
%0
%20

Triadic Colors of #c99fcb

#c99fcb #cbc99f #9fcbc9

Analogous Colors of #c99fcb

#c99fcb #cb9fb7 #b39fcb

Monochromatic Colors of #c99fcb

#c99fcb

Complementary Color

#c99fcb #a1cb9f

#c99fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99fcb Color CSS Codes

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

#c99fcb Text Font Color

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

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


#c99fcb Background Color

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

This div background color is #c99fcb


#c99fcb Border Color

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

This div border color is #c99fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99fcb


Comments

No comments written yet.

Please login to write comment.