Color Hex Logo

#e7022e Color Hex

#E7022E
(231,2,46)
0 Favorites   0 Comments

Color spaces of #e7022e

RGB 231246
HSL0.970.980.46
HSV348°99°91°
CMYK 0.000.990.80   0.09
XYZ33.469817.22964.1464
Yxy17.22960.61030.3141
Hunter Lab41.508671.290823.1334
CIE-Lab48.548074.857144.0023

#e7022e color RGB value is (231,2,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000010 00101110
Octal 347 2 56
Decimal 231 2 46
Hex E7 2 2E

RGB Percentages of Color #e7022e

%82.80
%0.72
%16.49

CMYK Percentages of Color #e7022e

%0
%99
%80
%9

Triadic Colors of #e7022e

#e7022e #2ee702 #022ee7

Analogous Colors of #e7022e

#e7022e #e74902 #e702a1

Monochromatic Colors of #e7022e

#e7022e

Complementary Color

#e7022e #02e7bb

#e7022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7022e Color CSS Codes

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

#e7022e Text Font Color

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

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


#e7022e Background Color

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

This div background color is #e7022e


#e7022e Border Color

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

This div border color is #e7022e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7022e


Comments

No comments written yet.

Please login to write comment.