Color Hex Logo

#c057aa Color Hex

#C057AA
(192,87,170)
0 Favorites   0 Comments

Color spaces of #c057aa

RGB 19287170
HSL0.870.450.55
HSV313°55°75°
CMYK 0.000.550.11   0.25
XYZ32.402120.925140.3614
Yxy20.92510.34580.2233
Hunter Lab45.744046.3861-20.2927
CIE-Lab52.867452.4440-24.9328

#c057aa color RGB value is (192,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 10101010
Octal 300 127 252
Decimal 192 87 170
Hex C0 57 AA

RGB Percentages of Color #c057aa

%42.76
%19.38
%37.86

CMYK Percentages of Color #c057aa

%0
%55
%11
%25

Triadic Colors of #c057aa

#c057aa #aac057 #57aac0

Analogous Colors of #c057aa

#c057aa #c05776 #a257c0

Monochromatic Colors of #c057aa

#c057aa

Complementary Color

#c057aa #57c06d

#c057aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057aa Color CSS Codes

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

#c057aa Text Font Color

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

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


#c057aa Background Color

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

This div background color is #c057aa


#c057aa Border Color

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

This div border color is #c057aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057aa


Comments

No comments written yet.

Please login to write comment.