Color Hex Logo

#e70a4b Color Hex

#E70A4B
(231,10,75)
0 Favorites   0 Comments

Color spaces of #e70a4b

RGB 2311075
HSL0.950.920.47
HSV342°96°91°
CMYK 0.000.960.68   0.09
XYZ34.333517.71408.2662
Yxy17.71400.56920.2937
Hunter Lab42.088071.958317.8169
CIE-Lab49.147475.285227.6370

#e70a4b color RGB value is (231,10,75).

#e70a4b hex color red value is 231, green value is 10 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e70a4b hue: 0.95 , saturation: 0.92 and the lightness value of e70a4b is 0.47.

The process color (four color CMYK) of #e70a4b color hex is 0.00, 0.96, 0.68, 0.09. Web safe color of #e70a4b is #ff0033. Color #e70a4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001010 01001011
Octal 347 12 113
Decimal 231 10 75
Hex E7 A 4B

RGB Percentages of Color #e70a4b

%73.10
%3.16
%23.73

CMYK Percentages of Color #e70a4b

%0
%96
%68
%9

Triadic Colors of #e70a4b

#e70a4b #4be70a #0a4be7

Analogous Colors of #e70a4b

#e70a4b #e7370a #e70aba

Monochromatic Colors of #e70a4b

#e70a4b

Complementary Color

#e70a4b #0ae7a6

#e70a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70a4b Color CSS Codes

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

#e70a4b Text Font Color

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

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


#e70a4b Background Color

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

This div background color is #e70a4b


#e70a4b Border Color

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

This div border color is #e70a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70a4b


Comments

No comments written yet.

Please login to write comment.