Color Hex Logo

#c05aad Color Hex

#C05AAD
(192,90,173)
0 Favorites   0 Comments

Color spaces of #c05aad

RGB 19290173
HSL0.860.450.55
HSV311°53°75°
CMYK 0.000.530.10   0.25
XYZ32.937221.535941.9560
Yxy21.53590.34160.2233
Hunter Lab46.406845.4784-21.1189
CIE-Lab53.531151.4956-25.6562

#c05aad color RGB value is (192,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 10101101
Octal 300 132 255
Decimal 192 90 173
Hex C0 5A AD

RGB Percentages of Color #c05aad

%42.20
%19.78
%38.02

CMYK Percentages of Color #c05aad

%0
%53
%10
%25

Triadic Colors of #c05aad

#c05aad #adc05a #5aadc0

Analogous Colors of #c05aad

#c05aad #c05a7a #a05ac0

Monochromatic Colors of #c05aad

#c05aad

Complementary Color

#c05aad #5ac06d

#c05aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05aad Color CSS Codes

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

#c05aad Text Font Color

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

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


#c05aad Background Color

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

This div background color is #c05aad


#c05aad Border Color

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

This div border color is #c05aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05aad


Comments

No comments written yet.

Please login to write comment.