Color Hex Logo

#e1431a Color Hex

#E1431A
(225,67,26)
0 Favorites   0 Comments

Color spaces of #e1431a

RGB 2256726
HSL0.030.790.49
HSV12°88°88°
CMYK 0.000.700.88   0.12
XYZ33.244920.09643.1041
Yxy20.09640.58900.3560
Hunter Lab44.829053.923727.2749
CIE-Lab51.946059.418056.0510

#e1431a color RGB value is (225,67,26).

#e1431a hex color red value is 225, green value is 67 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e1431a hue: 0.03 , saturation: 0.79 and the lightness value of e1431a is 0.49.

The process color (four color CMYK) of #e1431a color hex is 0.00, 0.70, 0.88, 0.12. Web safe color of #e1431a is #cc3333. Color #e1431a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 00011010
Octal 341 103 32
Decimal 225 67 26
Hex E1 43 1A

RGB Percentages of Color #e1431a

%70.75
%21.07
%8.18

CMYK Percentages of Color #e1431a

%0
%70
%88
%12

Triadic Colors of #e1431a

#e1431a #1ae143 #431ae1

Analogous Colors of #e1431a

#e1431a #e1a71a #e11a54

Monochromatic Colors of #e1431a

#e1431a

Complementary Color

#e1431a #1ab8e1

#e1431a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1431a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1431a Color CSS Codes

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

#e1431a Text Font Color

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

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


#e1431a Background Color

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

This div background color is #e1431a


#e1431a Border Color

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

This div border color is #e1431a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1431a


Comments

No comments written yet.

Please login to write comment.