Color Hex Logo

#ea51dd Color Hex

#EA51DD
(234,81,221)
0 Favorites   0 Comments

Color spaces of #ea51dd

RGB 23481221
HSL0.850.780.62
HSV305°65°92°
CMYK 0.000.650.06   0.08
XYZ49.925328.597771.2952
Yxy28.59770.33320.1909
Hunter Lab53.476873.0610-41.6116
CIE-Lab60.424974.0084-41.9050

#ea51dd color RGB value is (234,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 11011101
Octal 352 121 335
Decimal 234 81 221
Hex EA 51 DD

RGB Percentages of Color #ea51dd

%43.66
%15.11
%41.23

CMYK Percentages of Color #ea51dd

%0
%65
%6
%8

Triadic Colors of #ea51dd

#ea51dd #ddea51 #51ddea

Analogous Colors of #ea51dd

#ea51dd #ea5191 #ab51ea

Monochromatic Colors of #ea51dd

#ea51dd

Complementary Color

#ea51dd #51ea5e

#ea51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea51dd Color CSS Codes

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

#ea51dd Text Font Color

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

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


#ea51dd Background Color

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

This div background color is #ea51dd


#ea51dd Border Color

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

This div border color is #ea51dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,81,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 #ea51dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea51dd


Comments

No comments written yet.

Please login to write comment.