Color Hex Logo

#ea51df Color Hex

#EA51DF
(234,81,223)
0 Favorites   0 Comments

Color spaces of #ea51df

RGB 23481223
HSL0.850.780.62
HSV304°65°92°
CMYK 0.000.650.05   0.08
XYZ50.193428.705072.7072
Yxy28.70500.33110.1893
Hunter Lab53.577073.4670-42.9561
CIE-Lab60.520474.3178-42.8794

#ea51df color RGB value is (234,81,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 11011111
Octal 352 121 337
Decimal 234 81 223
Hex EA 51 DF

RGB Percentages of Color #ea51df

%43.49
%15.06
%41.45

CMYK Percentages of Color #ea51df

%0
%65
%5
%8

Triadic Colors of #ea51df

#ea51df #dfea51 #51dfea

Analogous Colors of #ea51df

#ea51df #ea5193 #a951ea

Monochromatic Colors of #ea51df

#ea51df

Complementary Color

#ea51df #51ea5c

#ea51df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea51df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea51df Color CSS Codes

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

#ea51df Text Font Color

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

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


#ea51df Background Color

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

This div background color is #ea51df


#ea51df Border Color

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

This div border color is #ea51df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea51df


Comments

No comments written yet.

Please login to write comment.