Color Hex Logo

#c05aaf Color Hex

#C05AAF
(192,90,175)
0 Favorites   0 Comments

Color spaces of #c05aaf

RGB 19290175
HSL0.860.450.55
HSV310°53°75°
CMYK 0.000.530.09   0.25
XYZ33.132321.613942.9831
Yxy21.61390.33900.2212
Hunter Lab46.490845.8518-22.2731
CIE-Lab53.614951.8263-26.6897

#c05aaf color RGB value is (192,90,175).

#c05aaf hex color red value is 192, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c05aaf hue: 0.86 , saturation: 0.45 and the lightness value of c05aaf is 0.55.

The process color (four color CMYK) of #c05aaf color hex is 0.00, 0.53, 0.09, 0.25. Web safe color of #c05aaf is #cc6699. Color #c05aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 10101111
Octal 300 132 257
Decimal 192 90 175
Hex C0 5A AF

RGB Percentages of Color #c05aaf

%42.01
%19.69
%38.29

CMYK Percentages of Color #c05aaf

%0
%53
%9
%25

Triadic Colors of #c05aaf

#c05aaf #afc05a #5aafc0

Analogous Colors of #c05aaf

#c05aaf #c05a7c #9e5ac0

Monochromatic Colors of #c05aaf

#c05aaf

Complementary Color

#c05aaf #5ac06b

#c05aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05aaf Color CSS Codes

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

#c05aaf Text Font Color

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

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


#c05aaf Background Color

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

This div background color is #c05aaf


#c05aaf Border Color

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

This div border color is #c05aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05aaf


Comments

No comments written yet.

Please login to write comment.