Color Hex Logo

#c99acc Color Hex

#C99ACC
(201,154,204)
0 Favorites   0 Comments

Color spaces of #c99acc

RGB 201154204
HSL0.820.330.70
HSV296°25°80°
CMYK 0.010.250.00   0.20
XYZ46.542139.888362.3729
Yxy39.88830.31280.2681
Hunter Lab63.157221.0160-14.3437
CIE-Lab69.389926.0396-18.8782

#c99acc color RGB value is (201,154,204).

#c99acc hex color red value is 201, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c99acc hue: 0.82 , saturation: 0.33 and the lightness value of c99acc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11001100
Octal 311 232 314
Decimal 201 154 204
Hex C9 9A CC

RGB Percentages of Color #c99acc

%35.96
%27.55
%36.49

CMYK Percentages of Color #c99acc

%1
%25
%0
%20

Triadic Colors of #c99acc

#c99acc #ccc99a #9accc9

Analogous Colors of #c99acc

#c99acc #cc9ab6 #b09acc

Monochromatic Colors of #c99acc

#c99acc

Complementary Color

#c99acc #9dcc9a

#c99acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99acc Color CSS Codes

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

#c99acc Text Font Color

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

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


#c99acc Background Color

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

This div background color is #c99acc


#c99acc Border Color

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

This div border color is #c99acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99acc


Comments

No comments written yet.

Please login to write comment.