Color Hex Logo

#c257aa Color Hex

#C257AA
(194,87,170)
0 Favorites   0 Comments

Color spaces of #c257aa

RGB 19487170
HSL0.870.470.55
HSV313°55°76°
CMYK 0.000.550.12   0.24
XYZ32.912021.188040.3852
Yxy21.18800.34830.2242
Hunter Lab46.030447.0752-19.7973
CIE-Lab53.154653.0287-24.4659

#c257aa color RGB value is (194,87,170).

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

The process color (four color CMYK) of #c257aa color hex is 0.00, 0.55, 0.12, 0.24. Web safe color of #c257aa is #cc6699. Color #c257aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 10101010
Octal 302 127 252
Decimal 194 87 170
Hex C2 57 AA

RGB Percentages of Color #c257aa

%43.02
%19.29
%37.69

CMYK Percentages of Color #c257aa

%0
%55
%12
%24

Triadic Colors of #c257aa

#c257aa #aac257 #57aac2

Analogous Colors of #c257aa

#c257aa #c25775 #a557c2

Monochromatic Colors of #c257aa

#c257aa

Complementary Color

#c257aa #57c26f

#c257aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c257aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c257aa Color CSS Codes

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

#c257aa Text Font Color

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

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


#c257aa Background Color

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

This div background color is #c257aa


#c257aa Border Color

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

This div border color is #c257aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c257aa


Comments

No comments written yet.

Please login to write comment.