Color Hex Logo

#ea53fe Color Hex

#EA53FE
(234,83,254)
0 Favorites   0 Comments

Color spaces of #ea53fe

RGB 23483254
HSL0.810.990.66
HSV293°67°100°
CMYK 0.080.670.00   0.00
XYZ54.914330.834796.8233
Yxy30.83470.30080.1689
Hunter Lab55.529079.3483-64.5109
CIE-Lab62.367878.6475-57.2084

#ea53fe color RGB value is (234,83,254).

#ea53fe hex color red value is 234, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ea53fe hue: 0.81 , saturation: 0.99 and the lightness value of ea53fe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 11111110
Octal 352 123 376
Decimal 234 83 254
Hex EA 53 FE

RGB Percentages of Color #ea53fe

%40.98
%14.54
%44.48

CMYK Percentages of Color #ea53fe

%8
%67
%0
%0

Triadic Colors of #ea53fe

#ea53fe #feea53 #53feea

Analogous Colors of #ea53fe

#ea53fe #fe53bd #9553fe

Monochromatic Colors of #ea53fe

#ea53fe

Complementary Color

#ea53fe #67fe53

#ea53fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea53fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea53fe Color CSS Codes

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

#ea53fe Text Font Color

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

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


#ea53fe Background Color

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

This div background color is #ea53fe


#ea53fe Border Color

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

This div border color is #ea53fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea53fe


Comments

No comments written yet.

Please login to write comment.