Color Hex Logo

#ea58dd Color Hex

#EA58DD
(234,88,221)
0 Favorites   0 Comments

Color spaces of #ea58dd

RGB 23488221
HSL0.850.780.63
HSV305°62°92°
CMYK 0.000.620.06   0.08
XYZ50.472629.692371.4776
Yxy29.69230.33280.1958
Hunter Lab54.490669.9791-39.6297
CIE-Lab61.387871.3268-40.3928

#ea58dd color RGB value is (234,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 11011101
Octal 352 130 335
Decimal 234 88 221
Hex EA 58 DD

RGB Percentages of Color #ea58dd

%43.09
%16.21
%40.70

CMYK Percentages of Color #ea58dd

%0
%62
%6
%8

Triadic Colors of #ea58dd

#ea58dd #ddea58 #58ddea

Analogous Colors of #ea58dd

#ea58dd #ea5894 #ae58ea

Monochromatic Colors of #ea58dd

#ea58dd

Complementary Color

#ea58dd #58ea65

#ea58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea58dd Color CSS Codes

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

#ea58dd Text Font Color

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

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


#ea58dd Background Color

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

This div background color is #ea58dd


#ea58dd Border Color

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

This div border color is #ea58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea58dd


Comments

No comments written yet.

Please login to write comment.