Color Hex Logo

#ea57be Color Hex

#EA57BE
(234,87,190)
0 Favorites   0 Comments

Color spaces of #ea57be

RGB 23487190
HSL0.880.780.63
HSV318°63°92°
CMYK 0.000.630.19   0.08
XYZ46.634128.026551.6670
Yxy28.02650.36920.2219
Hunter Lab52.940164.5928-20.8062
CIE-Lab59.912767.1492-25.1124

#ea57be color RGB value is (234,87,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010111 10111110
Octal 352 127 276
Decimal 234 87 190
Hex EA 57 BE

RGB Percentages of Color #ea57be

%45.79
%17.03
%37.18

CMYK Percentages of Color #ea57be

%0
%63
%19
%8

Triadic Colors of #ea57be

#ea57be #beea57 #57beea

Analogous Colors of #ea57be

#ea57be #ea5775 #cd57ea

Monochromatic Colors of #ea57be

#ea57be

Complementary Color

#ea57be #57ea83

#ea57be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea57be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea57be Color CSS Codes

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

#ea57be Text Font Color

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

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


#ea57be Background Color

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

This div background color is #ea57be


#ea57be Border Color

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

This div border color is #ea57be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea57be


Comments

No comments written yet.

Please login to write comment.