Color Hex Logo

#ea4058 Color Hex

#EA4058
(234,64,88)
0 Favorites   0 Comments

Color spaces of #ea4058

RGB 2346488
HSL0.980.800.58
HSV352°73°92°
CMYK 0.000.730.62   0.08
XYZ37.526521.863811.4748
Yxy21.86380.52950.3085
Hunter Lab46.758761.428418.1811
CIE-Lab53.882265.589726.0170

#ea4058 color RGB value is (234,64,88).

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

The process color (four color CMYK) of #ea4058 color hex is 0.00, 0.73, 0.62, 0.08. Web safe color of #ea4058 is #ff3366. Color #ea4058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 01011000
Octal 352 100 130
Decimal 234 64 88
Hex EA 40 58

RGB Percentages of Color #ea4058

%60.62
%16.58
%22.80

CMYK Percentages of Color #ea4058

%0
%73
%62
%8

Triadic Colors of #ea4058

#ea4058 #58ea40 #4058ea

Analogous Colors of #ea4058

#ea4058 #ea7d40 #ea40ad

Monochromatic Colors of #ea4058

#ea4058

Complementary Color

#ea4058 #40ead2

#ea4058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4058 Color CSS Codes

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

#ea4058 Text Font Color

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

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


#ea4058 Background Color

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

This div background color is #ea4058


#ea4058 Border Color

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

This div border color is #ea4058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4058


Comments

No comments written yet.

Please login to write comment.