Color Hex Logo

#ea71eb Color Hex

#EA71EB
(234,113,235)
0 Favorites   0 Comments

Color spaces of #ea71eb

RGB 234113235
HSL0.830.750.68
HSV300°52°92°
CMYK 0.000.520.00   0.08
XYZ54.832235.300882.5210
Yxy35.30080.31760.2045
Hunter Lab59.414560.7580-40.7580
CIE-Lab65.982262.8608-40.9982

#ea71eb color RGB value is (234,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11101011
Octal 352 161 353
Decimal 234 113 235
Hex EA 71 EB

RGB Percentages of Color #ea71eb

%40.21
%19.42
%40.38

CMYK Percentages of Color #ea71eb

%0
%52
%0
%8

Triadic Colors of #ea71eb

#ea71eb #ebea71 #71ebea

Analogous Colors of #ea71eb

#ea71eb #eb71af #ad71eb

Monochromatic Colors of #ea71eb

#ea71eb

Complementary Color

#ea71eb #72eb71

#ea71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71eb Color CSS Codes

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

#ea71eb Text Font Color

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

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


#ea71eb Background Color

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

This div background color is #ea71eb


#ea71eb Border Color

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

This div border color is #ea71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71eb


Comments

No comments written yet.

Please login to write comment.