Color Hex Logo

#e12740 Color Hex

#E12740
(225,39,64)
0 Favorites   0 Comments

Color spaces of #e12740

RGB 2253964
HSL0.980.760.52
HSV352°83°88°
CMYK 0.000.830.72   0.12
XYZ32.702317.82886.5682
Yxy17.82880.57270.3122
Hunter Lab42.224264.354620.3340
CIE-Lab49.287868.948834.1274

#e12740 color RGB value is (225,39,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 01000000
Octal 341 47 100
Decimal 225 39 64
Hex E1 27 40

RGB Percentages of Color #e12740

%68.60
%11.89
%19.51

CMYK Percentages of Color #e12740

%0
%83
%72
%12

Triadic Colors of #e12740

#e12740 #40e127 #2740e1

Analogous Colors of #e12740

#e12740 #e16b27 #e1279d

Monochromatic Colors of #e12740

#e12740

Complementary Color

#e12740 #27e1c8

#e12740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12740 Color CSS Codes

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

#e12740 Text Font Color

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

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


#e12740 Background Color

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

This div background color is #e12740


#e12740 Border Color

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

This div border color is #e12740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12740


Comments

No comments written yet.

Please login to write comment.