Color Hex Logo

#e70b3a Color Hex

#E70B3A
(231,11,58)
0 Favorites   0 Comments

Color spaces of #e70b3a

RGB 2311158
HSL0.960.910.47
HSV347°95°91°
CMYK 0.000.950.75   0.09
XYZ33.838417.53385.6039
Yxy17.53380.59390.3077
Hunter Lab41.873470.969721.3766
CIE-Lab48.925774.520737.5465

#e70b3a color RGB value is (231,11,58).

#e70b3a hex color red value is 231, green value is 11 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e70b3a hue: 0.96 , saturation: 0.91 and the lightness value of e70b3a is 0.47.

The process color (four color CMYK) of #e70b3a color hex is 0.00, 0.95, 0.75, 0.09. Web safe color of #e70b3a is #ff0033. Color #e70b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001011 00111010
Octal 347 13 72
Decimal 231 11 58
Hex E7 B 3A

RGB Percentages of Color #e70b3a

%77.00
%3.67
%19.33

CMYK Percentages of Color #e70b3a

%0
%95
%75
%9

Triadic Colors of #e70b3a

#e70b3a #3ae70b #0b3ae7

Analogous Colors of #e70b3a

#e70b3a #e74a0b #e70ba8

Monochromatic Colors of #e70b3a

#e70b3a

Complementary Color

#e70b3a #0be7b8

#e70b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70b3a Color CSS Codes

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

#e70b3a Text Font Color

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

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


#e70b3a Background Color

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

This div background color is #e70b3a


#e70b3a Border Color

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

This div border color is #e70b3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70b3a


Comments

No comments written yet.

Please login to write comment.