Color Hex Logo

#e7022a Color Hex

#E7022A
(231,2,42)
0 Favorites   0 Comments

Color spaces of #e7022a

RGB 231242
HSL0.970.980.46
HSV350°99°91°
CMYK 0.000.990.82   0.09
XYZ33.394617.19953.7502
Yxy17.19950.61450.3165
Hunter Lab41.472371.156523.6692
CIE-Lab48.510474.754646.1528

#e7022a color RGB value is (231,2,42).

#e7022a hex color red value is 231, green value is 2 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e7022a hue: 0.97 , saturation: 0.98 and the lightness value of e7022a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000010 00101010
Octal 347 2 52
Decimal 231 2 42
Hex E7 2 2A

RGB Percentages of Color #e7022a

%84.00
%0.73
%15.27

CMYK Percentages of Color #e7022a

%0
%99
%82
%9

Triadic Colors of #e7022a

#e7022a #2ae702 #022ae7

Analogous Colors of #e7022a

#e7022a #e74d02 #e7029d

Monochromatic Colors of #e7022a

#e7022a

Complementary Color

#e7022a #02e7bf

#e7022a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7022a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7022a Color CSS Codes

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

#e7022a Text Font Color

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

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


#e7022a Background Color

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

This div background color is #e7022a


#e7022a Border Color

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

This div border color is #e7022a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7022a


Comments

No comments written yet.

Please login to write comment.