Color Hex Logo

#ea71ef Color Hex

#EA71EF
(234,113,239)
0 Favorites   0 Comments

Color spaces of #ea71ef

RGB 234113239
HSL0.830.800.69
HSV298°53°94°
CMYK 0.020.530.00   0.06
XYZ55.416835.534785.5994
Yxy35.53470.31390.2013
Hunter Lab59.611061.6216-43.4108
CIE-Lab66.162963.5560-42.9265

#ea71ef color RGB value is (234,113,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11101111
Octal 352 161 357
Decimal 234 113 239
Hex EA 71 EF

RGB Percentages of Color #ea71ef

%39.93
%19.28
%40.78

CMYK Percentages of Color #ea71ef

%2
%53
%0
%6

Triadic Colors of #ea71ef

#ea71ef #efea71 #71efea

Analogous Colors of #ea71ef

#ea71ef #ef71b5 #ab71ef

Monochromatic Colors of #ea71ef

#ea71ef

Complementary Color

#ea71ef #76ef71

#ea71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71ef Color CSS Codes

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

#ea71ef Text Font Color

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

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


#ea71ef Background Color

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

This div background color is #ea71ef


#ea71ef Border Color

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

This div border color is #ea71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71ef


Comments

No comments written yet.

Please login to write comment.