Color Hex Logo

#ea51fa Color Hex

#EA51FA
(234,81,250)
0 Favorites   0 Comments

Color spaces of #ea51fa

RGB 23481250
HSL0.820.940.65
HSV294°68°98°
CMYK 0.060.680.00   0.02
XYZ54.129430.279493.4341
Yxy30.27940.30440.1703
Hunter Lab55.026779.2924-62.1543
CIE-Lab61.894678.6939-55.7537

#ea51fa color RGB value is (234,81,250).

#ea51fa hex color red value is 234, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea51fa hue: 0.82 , saturation: 0.94 and the lightness value of ea51fa is 0.65.

The process color (four color CMYK) of #ea51fa color hex is 0.06, 0.68, 0.00, 0.02. Web safe color of #ea51fa is #ff66ff. Color #ea51fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 11111010
Octal 352 121 372
Decimal 234 81 250
Hex EA 51 FA

RGB Percentages of Color #ea51fa

%41.42
%14.34
%44.25

CMYK Percentages of Color #ea51fa

%6
%68
%0
%2

Triadic Colors of #ea51fa

#ea51fa #faea51 #51faea

Analogous Colors of #ea51fa

#ea51fa #fa51b6 #9651fa

Monochromatic Colors of #ea51fa

#ea51fa

Complementary Color

#ea51fa #61fa51

#ea51fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea51fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea51fa Color CSS Codes

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

#ea51fa Text Font Color

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

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


#ea51fa Background Color

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

This div background color is #ea51fa


#ea51fa Border Color

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

This div border color is #ea51fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea51fa


Comments

No comments written yet.

Please login to write comment.