Color Hex Logo

#e54850 Color Hex

#E54850
(229,72,80)
0 Favorites   0 Comments

Color spaces of #e54850

RGB 2297280
HSL0.990.750.59
HSV357°69°90°
CMYK 0.000.690.65   0.10
XYZ36.078421.87199.9096
Yxy21.87190.53170.3223
Hunter Lab46.767455.859720.1742
CIE-Lab53.890860.772330.5388

#e54850 color RGB value is (229,72,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001000 01010000
Octal 345 110 120
Decimal 229 72 80
Hex E5 48 50

RGB Percentages of Color #e54850

%60.10
%18.90
%21.00

CMYK Percentages of Color #e54850

%0
%69
%65
%10

Triadic Colors of #e54850

#e54850 #50e548 #4850e5

Analogous Colors of #e54850

#e54850 #e58f48 #e5489f

Monochromatic Colors of #e54850

#e54850

Complementary Color

#e54850 #48e5dd

#e54850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54850 Color CSS Codes

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

#e54850 Text Font Color

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

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


#e54850 Background Color

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

This div background color is #e54850


#e54850 Border Color

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

This div border color is #e54850


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,72,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54850


Comments

No comments written yet.

Please login to write comment.