Color Hex Logo

#c99cdf Color Hex

#C99CDF
(201,156,223)
0 Favorites   0 Comments

Color spaces of #c99cdf

RGB 201156223
HSL0.780.510.74
HSV280°30°87°
CMYK 0.100.300.00   0.13
XYZ49.295141.522275.2285
Yxy41.52220.29690.2501
Hunter Lab64.437723.7872-24.1123
CIE-Lab70.540228.7033-27.6016

#c99cdf color RGB value is (201,156,223).

#c99cdf hex color red value is 201, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c99cdf hue: 0.78 , saturation: 0.51 and the lightness value of c99cdf is 0.74.

The process color (four color CMYK) of #c99cdf color hex is 0.10, 0.30, 0.00, 0.13. Web safe color of #c99cdf is #cc99cc. Color #c99cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011100 11011111
Octal 311 234 337
Decimal 201 156 223
Hex C9 9C DF

RGB Percentages of Color #c99cdf

%34.66
%26.90
%38.45

CMYK Percentages of Color #c99cdf

%10
%30
%0
%13

Triadic Colors of #c99cdf

#c99cdf #dfc99c #9cdfc9

Analogous Colors of #c99cdf

#c99cdf #df9cd4 #a89cdf

Monochromatic Colors of #c99cdf

#c99cdf

Complementary Color

#c99cdf #b2df9c

#c99cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99cdf Color CSS Codes

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

#c99cdf Text Font Color

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

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


#c99cdf Background Color

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

This div background color is #c99cdf


#c99cdf Border Color

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

This div border color is #c99cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99cdf


Comments

No comments written yet.

Please login to write comment.