Color Hex Logo

#ea58dc Color Hex

#EA58DC
(234,88,220)
0 Favorites   0 Comments

Color spaces of #ea58dc

RGB 23488220
HSL0.850.780.63
HSV306°62°92°
CMYK 0.000.620.06   0.08
XYZ50.339729.639270.7779
Yxy29.63920.33390.1966
Hunter Lab54.441969.7767-38.9714
CIE-Lab61.341771.1701-39.9034

#ea58dc color RGB value is (234,88,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 11011100
Octal 352 130 334
Decimal 234 88 220
Hex EA 58 DC

RGB Percentages of Color #ea58dc

%43.17
%16.24
%40.59

CMYK Percentages of Color #ea58dc

%0
%62
%6
%8

Triadic Colors of #ea58dc

#ea58dc #dcea58 #58dcea

Analogous Colors of #ea58dc

#ea58dc #ea5893 #af58ea

Monochromatic Colors of #ea58dc

#ea58dc

Complementary Color

#ea58dc #58ea66

#ea58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea58dc Color CSS Codes

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

#ea58dc Text Font Color

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

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


#ea58dc Background Color

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

This div background color is #ea58dc


#ea58dc Border Color

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

This div border color is #ea58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea58dc


Comments

No comments written yet.

Please login to write comment.