Color Hex Logo

#ea608d Color Hex

#EA608D
(234,96,141)
0 Favorites   0 Comments

Color spaces of #ea608d

RGB 23496141
HSL0.950.770.65
HSV340°59°92°
CMYK 0.000.590.40   0.08
XYZ42.922327.781328.2994
Yxy27.78130.43350.2806
Hunter Lab52.708053.12115.0622
CIE-Lab59.690657.35282.8663

#ea608d color RGB value is (234,96,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 10001101
Octal 352 140 215
Decimal 234 96 141
Hex EA 60 8D

RGB Percentages of Color #ea608d

%49.68
%20.38
%29.94

CMYK Percentages of Color #ea608d

%0
%59
%40
%8

Triadic Colors of #ea608d

#ea608d #8dea60 #608dea

Analogous Colors of #ea608d

#ea608d #ea7860 #ea60d2

Monochromatic Colors of #ea608d

#ea608d

Complementary Color

#ea608d #60eabd

#ea608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea608d Color CSS Codes

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

#ea608d Text Font Color

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

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


#ea608d Background Color

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

This div background color is #ea608d


#ea608d Border Color

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

This div border color is #ea608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea608d


Comments

No comments written yet.

Please login to write comment.