Color Hex Logo

#ea5ea6 Color Hex

#EA5EA6
(234,94,166)
0 Favorites   0 Comments

Color spaces of #ea5ea6

RGB 23494166
HSL0.910.770.64
HSV329°60°92°
CMYK 0.000.600.29   0.08
XYZ44.817328.251039.1672
Yxy28.25100.39930.2517
Hunter Lab53.151757.4951-6.4843
CIE-Lab60.114861.0886-11.0061

#ea5ea6 color RGB value is (234,94,166).

#ea5ea6 hex color red value is 234, green value is 94 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ea5ea6 hue: 0.91 , saturation: 0.77 and the lightness value of ea5ea6 is 0.64.

The process color (four color CMYK) of #ea5ea6 color hex is 0.00, 0.60, 0.29, 0.08. Web safe color of #ea5ea6 is #ff6699. Color #ea5ea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011110 10100110
Octal 352 136 246
Decimal 234 94 166
Hex EA 5E A6

RGB Percentages of Color #ea5ea6

%47.37
%19.03
%33.60

CMYK Percentages of Color #ea5ea6

%0
%60
%29
%8

Triadic Colors of #ea5ea6

#ea5ea6 #a6ea5e #5ea6ea

Analogous Colors of #ea5ea6

#ea5ea6 #ea5e60 #e85eea

Monochromatic Colors of #ea5ea6

#ea5ea6

Complementary Color

#ea5ea6 #5eeaa2

#ea5ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5ea6 Color CSS Codes

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

#ea5ea6 Text Font Color

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

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


#ea5ea6 Background Color

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

This div background color is #ea5ea6


#ea5ea6 Border Color

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

This div border color is #ea5ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5ea6


Comments

No comments written yet.

Please login to write comment.