Color Hex Logo

#ea71de Color Hex

#EA71DE
(234,113,222)
0 Favorites   0 Comments

Color spaces of #ea71de

RGB 234113222
HSL0.850.740.68
HSV306°52°92°
CMYK 0.000.520.05   0.08
XYZ53.021634.576672.9866
Yxy34.57660.33020.2153
Hunter Lab58.801958.0500-32.4312
CIE-Lab65.417760.6612-34.6595

#ea71de color RGB value is (234,113,222).

#ea71de hex color red value is 234, green value is 113 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea71de hue: 0.85 , saturation: 0.74 and the lightness value of ea71de is 0.68.

The process color (four color CMYK) of #ea71de color hex is 0.00, 0.52, 0.05, 0.08. Web safe color of #ea71de is #ff66cc. Color #ea71de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11011110
Octal 352 161 336
Decimal 234 113 222
Hex EA 71 DE

RGB Percentages of Color #ea71de

%41.12
%19.86
%39.02

CMYK Percentages of Color #ea71de

%0
%52
%5
%8

Triadic Colors of #ea71de

#ea71de #deea71 #71deea

Analogous Colors of #ea71de

#ea71de #ea71a2 #ba71ea

Monochromatic Colors of #ea71de

#ea71de

Complementary Color

#ea71de #71ea7d

#ea71de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71de Color CSS Codes

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

#ea71de Text Font Color

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

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


#ea71de Background Color

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

This div background color is #ea71de


#ea71de Border Color

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

This div border color is #ea71de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71de


Comments

No comments written yet.

Please login to write comment.