Color Hex Logo

#ea58de Color Hex

#EA58DE
(234,88,222)
0 Favorites   0 Comments

Color spaces of #ea58de

RGB 23488222
HSL0.850.780.63
HSV305°62°92°
CMYK 0.000.620.05   0.08
XYZ50.606229.745872.1815
Yxy29.74580.33180.1950
Hunter Lab54.539770.1817-40.2906
CIE-Lab61.434371.4835-40.8814

#ea58de color RGB value is (234,88,222).

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

The process color (four color CMYK) of #ea58de color hex is 0.00, 0.62, 0.05, 0.08. Web safe color of #ea58de is #ff66cc. Color #ea58de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 11011110
Octal 352 130 336
Decimal 234 88 222
Hex EA 58 DE

RGB Percentages of Color #ea58de

%43.01
%16.18
%40.81

CMYK Percentages of Color #ea58de

%0
%62
%5
%8

Triadic Colors of #ea58de

#ea58de #deea58 #58deea

Analogous Colors of #ea58de

#ea58de #ea5895 #ad58ea

Monochromatic Colors of #ea58de

#ea58de

Complementary Color

#ea58de #58ea64

#ea58de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea58de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea58de Color CSS Codes

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

#ea58de Text Font Color

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

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


#ea58de Background Color

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

This div background color is #ea58de


#ea58de Border Color

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

This div border color is #ea58de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea58de


Comments

No comments written yet.

Please login to write comment.