Color Hex Logo

#e54758 Color Hex

#E54758
(229,71,88)
0 Favorites   0 Comments

Color spaces of #e54758

RGB 2297188
HSL0.980.750.59
HSV354°69°90°
CMYK 0.000.690.62   0.10
XYZ36.327821.869111.5390
Yxy21.86910.52090.3136
Hunter Lab46.764456.825718.1054
CIE-Lab53.887861.617525.8509

#e54758 color RGB value is (229,71,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000111 01011000
Octal 345 107 130
Decimal 229 71 88
Hex E5 47 58

RGB Percentages of Color #e54758

%59.02
%18.30
%22.68

CMYK Percentages of Color #e54758

%0
%69
%62
%10

Triadic Colors of #e54758

#e54758 #58e547 #4758e5

Analogous Colors of #e54758

#e54758 #e58547 #e547a7

Monochromatic Colors of #e54758

#e54758

Complementary Color

#e54758 #47e5d4

#e54758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54758 Color CSS Codes

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

#e54758 Text Font Color

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

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


#e54758 Background Color

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

This div background color is #e54758


#e54758 Border Color

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

This div border color is #e54758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54758


Comments

No comments written yet.

Please login to write comment.