Color Hex Logo

#ea5486 Color Hex

#EA5486
(234,84,134)
0 Favorites   0 Comments

Color spaces of #ea5486

RGB 23484134
HSL0.940.780.62
HSV340°64°92°
CMYK 0.000.640.43   0.08
XYZ41.405125.554325.3044
Yxy25.55430.44880.2770
Hunter Lab50.551357.73965.7071
CIE-Lab57.611661.74023.9532

#ea5486 color RGB value is (234,84,134).

#ea5486 hex color red value is 234, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ea5486 hue: 0.94 , saturation: 0.78 and the lightness value of ea5486 is 0.62.

The process color (four color CMYK) of #ea5486 color hex is 0.00, 0.64, 0.43, 0.08. Web safe color of #ea5486 is #ff6699. Color #ea5486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 10000110
Octal 352 124 206
Decimal 234 84 134
Hex EA 54 86

RGB Percentages of Color #ea5486

%51.77
%18.58
%29.65

CMYK Percentages of Color #ea5486

%0
%64
%43
%8

Triadic Colors of #ea5486

#ea5486 #86ea54 #5486ea

Analogous Colors of #ea5486

#ea5486 #ea6d54 #ea54d1

Monochromatic Colors of #ea5486

#ea5486

Complementary Color

#ea5486 #54eab8

#ea5486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5486 Color CSS Codes

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

#ea5486 Text Font Color

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

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


#ea5486 Background Color

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

This div background color is #ea5486


#ea5486 Border Color

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

This div border color is #ea5486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5486


Comments

No comments written yet.

Please login to write comment.