Color Hex Logo

#ea445b Color Hex

#EA445B
(234,68,91)
0 Favorites   0 Comments

Color spaces of #ea445b

RGB 2346891
HSL0.980.800.59
HSV352°71°92°
CMYK 0.000.710.61   0.08
XYZ37.887122.382012.2208
Yxy22.38200.52270.3088
Hunter Lab47.309660.156817.8012
CIE-Lab54.430064.399724.9571

#ea445b color RGB value is (234,68,91).

#ea445b hex color red value is 234, green value is 68 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ea445b hue: 0.98 , saturation: 0.80 and the lightness value of ea445b is 0.59.

The process color (four color CMYK) of #ea445b color hex is 0.00, 0.71, 0.61, 0.08. Web safe color of #ea445b is #ff3366. Color #ea445b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 01011011
Octal 352 104 133
Decimal 234 68 91
Hex EA 44 5B

RGB Percentages of Color #ea445b

%59.54
%17.30
%23.16

CMYK Percentages of Color #ea445b

%0
%71
%61
%8

Triadic Colors of #ea445b

#ea445b #5bea44 #445bea

Analogous Colors of #ea445b

#ea445b #ea8044 #ea44ae

Monochromatic Colors of #ea445b

#ea445b

Complementary Color

#ea445b #44ead3

#ea445b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea445b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea445b Color CSS Codes

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

#ea445b Text Font Color

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

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


#ea445b Background Color

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

This div background color is #ea445b


#ea445b Border Color

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

This div border color is #ea445b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea445b


Comments

No comments written yet.

Please login to write comment.