Color Hex Logo

#ea71ea Color Hex

#EA71EA
(234,113,234)
0 Favorites   0 Comments

Color spaces of #ea71ea

RGB 234113234
HSL0.830.740.68
HSV300°52°92°
CMYK 0.000.520.00   0.08
XYZ54.688135.243281.7621
Yxy35.24320.31850.2053
Hunter Lab59.366060.5442-40.1013
CIE-Lab65.937662.6881-40.5144

#ea71ea color RGB value is (234,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110001 11101010
Octal 352 161 352
Decimal 234 113 234
Hex EA 71 EA

RGB Percentages of Color #ea71ea

%40.28
%19.45
%40.28

CMYK Percentages of Color #ea71ea

%0
%52
%0
%8

Triadic Colors of #ea71ea

#ea71ea #eaea71 #71eaea

Analogous Colors of #ea71ea

#ea71ea #ea71ae #ae71ea

Monochromatic Colors of #ea71ea

#ea71ea

Complementary Color

#ea71ea #71ea71

#ea71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea71ea Color CSS Codes

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

#ea71ea Text Font Color

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

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


#ea71ea Background Color

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

This div background color is #ea71ea


#ea71ea Border Color

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

This div border color is #ea71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea71ea


Comments

No comments written yet.

Please login to write comment.