Color Hex Logo

#ea608e Color Hex

#EA608E
(234,96,142)
0 Favorites   0 Comments

Color spaces of #ea608e

RGB 23496142
HSL0.940.770.65
HSV340°59°92°
CMYK 0.000.590.39   0.08
XYZ42.997027.811228.6931
Yxy27.81120.43210.2795
Hunter Lab52.736353.24614.6566
CIE-Lab59.717857.45822.3240

#ea608e color RGB value is (234,96,142).

#ea608e hex color red value is 234, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea608e hue: 0.94 , saturation: 0.77 and the lightness value of ea608e is 0.65.

The process color (four color CMYK) of #ea608e color hex is 0.00, 0.59, 0.39, 0.08. Web safe color of #ea608e is #ff6699. Color #ea608e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 10001110
Octal 352 140 216
Decimal 234 96 142
Hex EA 60 8E

RGB Percentages of Color #ea608e

%49.58
%20.34
%30.08

CMYK Percentages of Color #ea608e

%0
%59
%39
%8

Triadic Colors of #ea608e

#ea608e #8eea60 #608eea

Analogous Colors of #ea608e

#ea608e #ea7760 #ea60d3

Monochromatic Colors of #ea608e

#ea608e

Complementary Color

#ea608e #60eabc

#ea608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea608e Color CSS Codes

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

#ea608e Text Font Color

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

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


#ea608e Background Color

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

This div background color is #ea608e


#ea608e Border Color

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

This div border color is #ea608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea608e


Comments

No comments written yet.

Please login to write comment.