Color Hex Logo

#ea57cf Color Hex

#EA57CF
(234,87,207)
0 Favorites   0 Comments

Color spaces of #ea57cf

RGB 23487207
HSL0.860.780.63
HSV311°63°92°
CMYK 0.000.630.12   0.08
XYZ48.602428.813862.0315
Yxy28.81380.34850.2066
Hunter Lab53.678567.6829-30.9413
CIE-Lab60.616969.5855-33.7004

#ea57cf color RGB value is (234,87,207).

#ea57cf hex color red value is 234, green value is 87 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea57cf hue: 0.86 , saturation: 0.78 and the lightness value of ea57cf is 0.63.

The process color (four color CMYK) of #ea57cf color hex is 0.00, 0.63, 0.12, 0.08. Web safe color of #ea57cf is #ff66cc. Color #ea57cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 11001111
Octal 352 127 317
Decimal 234 87 207
Hex EA 57 CF

RGB Percentages of Color #ea57cf

%44.32
%16.48
%39.20

CMYK Percentages of Color #ea57cf

%0
%63
%12
%8

Triadic Colors of #ea57cf

#ea57cf #cfea57 #57cfea

Analogous Colors of #ea57cf

#ea57cf #ea5786 #bc57ea

Monochromatic Colors of #ea57cf

#ea57cf

Complementary Color

#ea57cf #57ea72

#ea57cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea57cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea57cf Color CSS Codes

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

#ea57cf Text Font Color

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

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


#ea57cf Background Color

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

This div background color is #ea57cf


#ea57cf Border Color

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

This div border color is #ea57cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea57cf


Comments

No comments written yet.

Please login to write comment.