Color Hex Logo

#e13040 Color Hex

#E13040
(225,48,64)
0 Favorites   0 Comments

Color spaces of #e13040

RGB 2254864
HSL0.980.750.54
HSV355°79°88°
CMYK 0.000.790.72   0.12
XYZ33.033718.49166.6787
Yxy18.49160.56760.3177
Hunter Lab43.001961.869120.8929
CIE-Lab50.087066.683435.0679

#e13040 color RGB value is (225,48,64).

#e13040 hex color red value is 225, green value is 48 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e13040 hue: 0.98 , saturation: 0.75 and the lightness value of e13040 is 0.54.

The process color (four color CMYK) of #e13040 color hex is 0.00, 0.79, 0.72, 0.12. Web safe color of #e13040 is #cc3333. Color #e13040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110000 01000000
Octal 341 60 100
Decimal 225 48 64
Hex E1 30 40

RGB Percentages of Color #e13040

%66.77
%14.24
%18.99

CMYK Percentages of Color #e13040

%0
%79
%72
%12

Triadic Colors of #e13040

#e13040 #40e130 #3040e1

Analogous Colors of #e13040

#e13040 #e17930 #e13099

Monochromatic Colors of #e13040

#e13040

Complementary Color

#e13040 #30e1d1

#e13040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13040 Color CSS Codes

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

#e13040 Text Font Color

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

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


#e13040 Background Color

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

This div background color is #e13040


#e13040 Border Color

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

This div border color is #e13040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13040

#e13040 Color Palettes


Comments

No comments written yet.

Please login to write comment.