Color Hex Logo

#ea62fe Color Hex

#EA62FE
(234,98,254)
0 Favorites   0 Comments

Color spaces of #ea62fe

RGB 23498254
HSL0.810.990.69
HSV292°61°100°
CMYK 0.080.610.00   0.00
XYZ56.188833.383597.2481
Yxy33.38350.30080.1787
Hunter Lab57.778572.4766-59.3473
CIE-Lab64.470272.7825-53.8644

#ea62fe color RGB value is (234,98,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 11111110
Octal 352 142 376
Decimal 234 98 254
Hex EA 62 FE

RGB Percentages of Color #ea62fe

%39.93
%16.72
%43.34

CMYK Percentages of Color #ea62fe

%8
%61
%0
%0

Triadic Colors of #ea62fe

#ea62fe #feea62 #62feea

Analogous Colors of #ea62fe

#ea62fe #fe62c4 #9c62fe

Monochromatic Colors of #ea62fe

#ea62fe

Complementary Color

#ea62fe #76fe62

#ea62fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea62fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea62fe Color CSS Codes

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

#ea62fe Text Font Color

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

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


#ea62fe Background Color

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

This div background color is #ea62fe


#ea62fe Border Color

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

This div border color is #ea62fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea62fe


Comments

No comments written yet.

Please login to write comment.