Color Hex Logo

#e54958 Color Hex

#E54958
(229,73,88)
0 Favorites   0 Comments

Color spaces of #e54958

RGB 2297388
HSL0.980.750.59
HSV354°68°90°
CMYK 0.000.680.62   0.10
XYZ36.457122.127711.5821
Yxy22.12770.51960.3154
Hunter Lab47.040156.021318.3298
CIE-Lab54.162260.864726.2063

#e54958 color RGB value is (229,73,88).

#e54958 hex color red value is 229, green value is 73 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e54958 hue: 0.98 , saturation: 0.75 and the lightness value of e54958 is 0.59.

The process color (four color CMYK) of #e54958 color hex is 0.00, 0.68, 0.62, 0.10. Web safe color of #e54958 is #cc3366. Color #e54958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 01011000
Octal 345 111 130
Decimal 229 73 88
Hex E5 49 58

RGB Percentages of Color #e54958

%58.72
%18.72
%22.56

CMYK Percentages of Color #e54958

%0
%68
%62
%10

Triadic Colors of #e54958

#e54958 #58e549 #4958e5

Analogous Colors of #e54958

#e54958 #e58849 #e549a6

Monochromatic Colors of #e54958

#e54958

Complementary Color

#e54958 #49e5d6

#e54958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54958 Color CSS Codes

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

#e54958 Text Font Color

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

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


#e54958 Background Color

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

This div background color is #e54958


#e54958 Border Color

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

This div border color is #e54958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,73,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 #e54958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54958


Comments

No comments written yet.

Please login to write comment.