Color Hex Logo

#c0aafa Color Hex

#C0AAFA
(192,170,250)
0 Favorites   0 Comments

Color spaces of #c0aafa

RGB 192170250
HSL0.710.890.82
HSV257°32°98°
CMYK 0.230.320.00   0.02
XYZ53.368346.858096.6742
Yxy46.85800.27100.2380
Hunter Lab68.452919.3723-35.8166
CIE-Lab74.098824.1375-36.8838

#c0aafa color RGB value is (192,170,250).

#c0aafa hex color red value is 192, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c0aafa hue: 0.71 , saturation: 0.89 and the lightness value of c0aafa is 0.82.

The process color (four color CMYK) of #c0aafa color hex is 0.23, 0.32, 0.00, 0.02. Web safe color of #c0aafa is #cc99ff. Color #c0aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101010 11111010
Octal 300 252 372
Decimal 192 170 250
Hex C0 AA FA

RGB Percentages of Color #c0aafa

%31.37
%27.78
%40.85

CMYK Percentages of Color #c0aafa

%23
%32
%0
%2

Triadic Colors of #c0aafa

#c0aafa #fac0aa #aafac0

Analogous Colors of #c0aafa

#c0aafa #e8aafa #aabcfa

Monochromatic Colors of #c0aafa

#c0aafa

Complementary Color

#c0aafa #e4faaa

#c0aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aafa Color CSS Codes

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

#c0aafa Text Font Color

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

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


#c0aafa Background Color

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

This div background color is #c0aafa


#c0aafa Border Color

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

This div border color is #c0aafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,170,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aafa


Comments

No comments written yet.

Please login to write comment.