Color Hex Logo

#c0aacc Color Hex

#C0AACC
(192,170,204)
0 Favorites   0 Comments

Color spaces of #c0aacc

RGB 192170204
HSL0.770.250.73
HSV279°17°80°
CMYK 0.060.170.00   0.20
XYZ47.012044.315663.2027
Yxy44.31560.30420.2868
Hunter Lab66.57009.5600-9.6920
CIE-Lab72.438914.2190-14.3546

#c0aacc color RGB value is (192,170,204).

#c0aacc hex color red value is 192, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c0aacc hue: 0.77 , saturation: 0.25 and the lightness value of c0aacc is 0.73.

The process color (four color CMYK) of #c0aacc color hex is 0.06, 0.17, 0.00, 0.20. Web safe color of #c0aacc is #cc99cc. Color #c0aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 11001100
Octal 300 252 314
Decimal 192 170 204
Hex C0 AA CC

RGB Percentages of Color #c0aacc

%33.92
%30.04
%36.04

CMYK Percentages of Color #c0aacc

%6
%17
%0
%20

Triadic Colors of #c0aacc

#c0aacc #ccc0aa #aaccc0

Analogous Colors of #c0aacc

#c0aacc #ccaac7 #afaacc

Monochromatic Colors of #c0aacc

#c0aacc

Complementary Color

#c0aacc #b6ccaa

#c0aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aacc Color CSS Codes

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

#c0aacc Text Font Color

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

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


#c0aacc Background Color

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

This div background color is #c0aacc


#c0aacc Border Color

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

This div border color is #c0aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aacc


Comments

No comments written yet.

Please login to write comment.