Color Hex Logo

#e53147 Color Hex

#E53147
(229,49,71)
0 Favorites   0 Comments

Color spaces of #e53147

RGB 2294971
HSL0.980.780.55
HSV353°79°90°
CMYK 0.000.790.69   0.10
XYZ34.548719.30967.8674
Yxy19.30960.55970.3128
Hunter Lab43.942763.440920.1447
CIE-Lab51.047567.837532.2974

#e53147 color RGB value is (229,49,71).

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

The process color (four color CMYK) of #e53147 color hex is 0.00, 0.79, 0.69, 0.10. Web safe color of #e53147 is #cc3333. Color #e53147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110001 01000111
Octal 345 61 107
Decimal 229 49 71
Hex E5 31 47

RGB Percentages of Color #e53147

%65.62
%14.04
%20.34

CMYK Percentages of Color #e53147

%0
%79
%69
%10

Triadic Colors of #e53147

#e53147 #47e531 #3147e5

Analogous Colors of #e53147

#e53147 #e57531 #e531a1

Monochromatic Colors of #e53147

#e53147

Complementary Color

#e53147 #31e5cf

#e53147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53147 Color CSS Codes

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

#e53147 Text Font Color

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

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


#e53147 Background Color

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

This div background color is #e53147


#e53147 Border Color

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

This div border color is #e53147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53147


Comments

No comments written yet.

Please login to write comment.