Color Hex Logo

#c05aac Color Hex

#C05AAC
(192,90,172)
0 Favorites   0 Comments

Color spaces of #c05aac

RGB 19290172
HSL0.870.450.55
HSV312°53°75°
CMYK 0.000.530.10   0.25
XYZ32.840821.497441.4482
Yxy21.49740.34290.2244
Hunter Lab46.365345.2933-20.5465
CIE-Lab53.489651.3314-25.1382

#c05aac color RGB value is (192,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011010 10101100
Octal 300 132 254
Decimal 192 90 172
Hex C0 5A AC

RGB Percentages of Color #c05aac

%42.29
%19.82
%37.89

CMYK Percentages of Color #c05aac

%0
%53
%10
%25

Triadic Colors of #c05aac

#c05aac #acc05a #5aacc0

Analogous Colors of #c05aac

#c05aac #c05a79 #a15ac0

Monochromatic Colors of #c05aac

#c05aac

Complementary Color

#c05aac #5ac06e

#c05aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05aac Color CSS Codes

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

#c05aac Text Font Color

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

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


#c05aac Background Color

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

This div background color is #c05aac


#c05aac Border Color

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

This div border color is #c05aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05aac


Comments

No comments written yet.

Please login to write comment.