Color Hex Logo

#ea71fe Color Hex

#EA71FE
(234,113,254)
0 Favorites   0 Comments

Color spaces of #ea71fe

RGB 234113254
HSL0.810.990.72
HSV291°56°100°
CMYK 0.080.560.00   0.00
XYZ57.726236.458497.7606
Yxy36.45840.30070.1899
Hunter Lab60.380864.9860-53.7280
CIE-Lab66.868766.2372-50.0669

#ea71fe color RGB value is (234,113,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11111110
Octal 352 161 376
Decimal 234 113 254
Hex EA 71 FE

RGB Percentages of Color #ea71fe

%38.94
%18.80
%42.26

CMYK Percentages of Color #ea71fe

%8
%56
%0
%0

Triadic Colors of #ea71fe

#ea71fe #feea71 #71feea

Analogous Colors of #ea71fe

#ea71fe #fe71cc #a471fe

Monochromatic Colors of #ea71fe

#ea71fe

Complementary Color

#ea71fe #85fe71

#ea71fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71fe Color CSS Codes

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

#ea71fe Text Font Color

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

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


#ea71fe Background Color

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

This div background color is #ea71fe


#ea71fe Border Color

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

This div border color is #ea71fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71fe


Comments

No comments written yet.

Please login to write comment.