Color Hex Logo

#e70029 Color Hex

#E70029
(231,0,41)
0 Favorites   0 Comments

Color spaces of #e70029

RGB 231041
HSL0.971.000.45
HSV349°100°91°
CMYK 0.001.000.82   0.09
XYZ33.355217.14903.6499
Yxy17.14900.61590.3167
Hunter Lab41.411471.304823.7623
CIE-Lab48.447274.888246.6292

#e70029 color RGB value is (231,0,41).

#e70029 hex color red value is 231, green value is 0 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e70029 hue: 0.97 , saturation: 1.00 and the lightness value of e70029 is 0.45.

The process color (four color CMYK) of #e70029 color hex is 0.00, 1.00, 0.82, 0.09. Web safe color of #e70029 is #ff0033. Color #e70029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 00101001
Octal 347 0 51
Decimal 231 0 41
Hex E7 0 29

RGB Percentages of Color #e70029

%84.93
%0.00
%15.07

CMYK Percentages of Color #e70029

%0
%100
%82
%9

Triadic Colors of #e70029

#e70029 #29e700 #0029e7

Analogous Colors of #e70029

#e70029 #e74b00 #e7009d

Monochromatic Colors of #e70029

#e70029

Complementary Color

#e70029 #00e7be

#e70029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70029 Color CSS Codes

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

#e70029 Text Font Color

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

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


#e70029 Background Color

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

This div background color is #e70029


#e70029 Border Color

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

This div border color is #e70029


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,0,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e70029; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e70029;
  -webkit-box-shadow: 1px 1px 3px 2px #e70029;
  box-shadow:         1px 1px 3px 2px #e70029; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,0,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70029

#e70029 Color Palettes


Comments

No comments written yet.

Please login to write comment.