Color Hex Logo

#c999ca Color Hex

#C999CA
(201,153,202)
0 Favorites   0 Comments

Color spaces of #c999ca

RGB 201153202
HSL0.830.320.70
HSV299°24°79°
CMYK 0.000.240.00   0.21
XYZ46.139339.464261.0627
Yxy39.46420.31460.2691
Hunter Lab62.820521.1655-13.6566
CIE-Lab69.086226.2084-18.2305

#c999ca color RGB value is (201,153,202).

#c999ca hex color red value is 201, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c999ca hue: 0.83 , saturation: 0.32 and the lightness value of c999ca is 0.70.

The process color (four color CMYK) of #c999ca color hex is 0.00, 0.24, 0.00, 0.21. Web safe color of #c999ca is #cc99cc. Color #c999ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 11001010
Octal 311 231 312
Decimal 201 153 202
Hex C9 99 CA

RGB Percentages of Color #c999ca

%36.15
%27.52
%36.33

CMYK Percentages of Color #c999ca

%0
%24
%0
%21

Triadic Colors of #c999ca

#c999ca #cac999 #99cac9

Analogous Colors of #c999ca

#c999ca #ca99b3 #b199ca

Monochromatic Colors of #c999ca

#c999ca

Complementary Color

#c999ca #9aca99

#c999ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999ca Color CSS Codes

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

#c999ca Text Font Color

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

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


#c999ca Background Color

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

This div background color is #c999ca


#c999ca Border Color

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

This div border color is #c999ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999ca


Comments

No comments written yet.

Please login to write comment.