Color Hex Logo

#ea52ef Color Hex

#EA52EF
(234,82,239)
0 Favorites   0 Comments

Color spaces of #ea52ef

RGB 23482239
HSL0.830.830.63
HSV298°66°94°
CMYK 0.020.660.00   0.06
XYZ52.529029.759084.6368
Yxy29.75900.31470.1783
Hunter Lab54.551876.4155-53.8018
CIE-Lab61.445776.5031-50.3650

#ea52ef color RGB value is (234,82,239).

#ea52ef hex color red value is 234, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea52ef hue: 0.83 , saturation: 0.83 and the lightness value of ea52ef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 11101111
Octal 352 122 357
Decimal 234 82 239
Hex EA 52 EF

RGB Percentages of Color #ea52ef

%42.16
%14.77
%43.06

CMYK Percentages of Color #ea52ef

%2
%66
%0
%6

Triadic Colors of #ea52ef

#ea52ef #efea52 #52efea

Analogous Colors of #ea52ef

#ea52ef #ef52a6 #9c52ef

Monochromatic Colors of #ea52ef

#ea52ef

Complementary Color

#ea52ef #57ef52

#ea52ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea52ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea52ef Color CSS Codes

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

#ea52ef Text Font Color

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

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


#ea52ef Background Color

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

This div background color is #ea52ef


#ea52ef Border Color

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

This div border color is #ea52ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea52ef


Comments

No comments written yet.

Please login to write comment.