Color Hex Logo

#ea57d5 Color Hex

#EA57D5
(234,87,213)
0 Favorites   0 Comments

Color spaces of #ea57d5

RGB 23487213
HSL0.860.780.63
HSV309°63°92°
CMYK 0.000.630.09   0.08
XYZ49.350129.112965.9691
Yxy29.11290.34170.2016
Hunter Lab53.956468.8378-34.7207
CIE-Lab60.881170.4867-36.6813

#ea57d5 color RGB value is (234,87,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 11010101
Octal 352 127 325
Decimal 234 87 213
Hex EA 57 D5

RGB Percentages of Color #ea57d5

%43.82
%16.29
%39.89

CMYK Percentages of Color #ea57d5

%0
%63
%9
%8

Triadic Colors of #ea57d5

#ea57d5 #d5ea57 #57d5ea

Analogous Colors of #ea57d5

#ea57d5 #ea578c #b657ea

Monochromatic Colors of #ea57d5

#ea57d5

Complementary Color

#ea57d5 #57ea6c

#ea57d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea57d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea57d5 Color CSS Codes

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

#ea57d5 Text Font Color

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

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


#ea57d5 Background Color

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

This div background color is #ea57d5


#ea57d5 Border Color

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

This div border color is #ea57d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea57d5


Comments

No comments written yet.

Please login to write comment.