Color Hex Logo

#ea52fa Color Hex

#EA52FA
(234,82,250)
0 Favorites   0 Comments

Color spaces of #ea52fa

RGB 23482250
HSL0.820.940.65
HSV294°67°98°
CMYK 0.060.670.00   0.02
XYZ54.204330.429193.4590
Yxy30.42910.30440.1709
Hunter Lab55.162678.8646-61.8381
CIE-Lab62.022778.3326-55.5496

#ea52fa color RGB value is (234,82,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 11111010
Octal 352 122 372
Decimal 234 82 250
Hex EA 52 FA

RGB Percentages of Color #ea52fa

%41.34
%14.49
%44.17

CMYK Percentages of Color #ea52fa

%6
%67
%0
%2

Triadic Colors of #ea52fa

#ea52fa #faea52 #52faea

Analogous Colors of #ea52fa

#ea52fa #fa52b6 #9652fa

Monochromatic Colors of #ea52fa

#ea52fa

Complementary Color

#ea52fa #62fa52

#ea52fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea52fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea52fa Color CSS Codes

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

#ea52fa Text Font Color

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

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


#ea52fa Background Color

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

This div background color is #ea52fa


#ea52fa Border Color

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

This div border color is #ea52fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea52fa


Comments

No comments written yet.

Please login to write comment.