Color Hex Logo

#c057ac Color Hex

#C057AC
(192,87,172)
0 Favorites   0 Comments

Color spaces of #c057ac

RGB 19287172
HSL0.870.450.55
HSV311°55°75°
CMYK 0.000.550.10   0.25
XYZ32.592821.001441.3656
Yxy21.00140.34320.2212
Hunter Lab45.827346.7531-21.4385
CIE-Lab52.951052.7675-25.9704

#c057ac color RGB value is (192,87,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 10101100
Octal 300 127 254
Decimal 192 87 172
Hex C0 57 AC

RGB Percentages of Color #c057ac

%42.57
%19.29
%38.14

CMYK Percentages of Color #c057ac

%0
%55
%10
%25

Triadic Colors of #c057ac

#c057ac #acc057 #57acc0

Analogous Colors of #c057ac

#c057ac #c05778 #a057c0

Monochromatic Colors of #c057ac

#c057ac

Complementary Color

#c057ac #57c06b

#c057ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057ac Color CSS Codes

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

#c057ac Text Font Color

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

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


#c057ac Background Color

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

This div background color is #c057ac


#c057ac Border Color

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

This div border color is #c057ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057ac


Comments

No comments written yet.

Please login to write comment.