Color Hex Logo

#c05eac Color Hex

#C05EAC
(192,94,172)
0 Favorites   0 Comments

Color spaces of #c05eac

RGB 19294172
HSL0.870.440.56
HSV312°51°75°
CMYK 0.000.510.10   0.25
XYZ33.187322.190441.5637
Yxy22.19040.34230.2289
Hunter Lab47.106743.3190-19.3387
CIE-Lab54.228449.3765-23.9989

#c05eac color RGB value is (192,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 10101100
Octal 300 136 254
Decimal 192 94 172
Hex C0 5E AC

RGB Percentages of Color #c05eac

%41.92
%20.52
%37.55

CMYK Percentages of Color #c05eac

%0
%51
%10
%25

Triadic Colors of #c05eac

#c05eac #acc05e #5eacc0

Analogous Colors of #c05eac

#c05eac #c05e7b #a35ec0

Monochromatic Colors of #c05eac

#c05eac

Complementary Color

#c05eac #5ec072

#c05eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05eac Color CSS Codes

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

#c05eac Text Font Color

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

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


#c05eac Background Color

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

This div background color is #c05eac


#c05eac Border Color

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

This div border color is #c05eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,94,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 #c05eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05eac


Comments

No comments written yet.

Please login to write comment.