Color Hex Logo

#c05aae Color Hex

#C05AAE
(192,90,174)
0 Favorites   0 Comments

Color spaces of #c05aae

RGB 19290174
HSL0.860.450.55
HSV311°53°75°
CMYK 0.000.530.09   0.25
XYZ33.034421.574842.4676
Yxy21.57480.34030.2222
Hunter Lab46.448745.6644-21.6942
CIE-Lab53.572951.6604-26.1733

#c05aae color RGB value is (192,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 10101110
Octal 300 132 256
Decimal 192 90 174
Hex C0 5A AE

RGB Percentages of Color #c05aae

%42.11
%19.74
%38.16

CMYK Percentages of Color #c05aae

%0
%53
%9
%25

Triadic Colors of #c05aae

#c05aae #aec05a #5aaec0

Analogous Colors of #c05aae

#c05aae #c05a7b #9f5ac0

Monochromatic Colors of #c05aae

#c05aae

Complementary Color

#c05aae #5ac06c

#c05aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05aae Color CSS Codes

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

#c05aae Text Font Color

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

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


#c05aae Background Color

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

This div background color is #c05aae


#c05aae Border Color

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

This div border color is #c05aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05aae


Comments

No comments written yet.

Please login to write comment.