Color Hex Logo

#e2062b Color Hex

#E2062B
(226,6,43)
0 Favorites   0 Comments

Color spaces of #e2062b

RGB 226643
HSL0.970.950.45
HSV350°97°89°
CMYK 0.000.970.81   0.11
XYZ31.865216.47343.7857
Yxy16.47340.61130.3160
Hunter Lab40.587469.112422.8811
CIE-Lab47.589573.253544.3604

#e2062b color RGB value is (226,6,43).

#e2062b hex color red value is 226, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e2062b hue: 0.97 , saturation: 0.95 and the lightness value of e2062b is 0.45.

The process color (four color CMYK) of #e2062b color hex is 0.00, 0.97, 0.81, 0.11. Web safe color of #e2062b is #cc0033. Color #e2062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 00101011
Octal 342 6 53
Decimal 226 6 43
Hex E2 6 2B

RGB Percentages of Color #e2062b

%82.18
%2.18
%15.64

CMYK Percentages of Color #e2062b

%0
%97
%81
%11

Triadic Colors of #e2062b

#e2062b #2be206 #062be2

Analogous Colors of #e2062b

#e2062b #e24f06 #e20699

Monochromatic Colors of #e2062b

#e2062b

Complementary Color

#e2062b #06e2bd

#e2062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2062b Color CSS Codes

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

#e2062b Text Font Color

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

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


#e2062b Background Color

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

This div background color is #e2062b


#e2062b Border Color

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

This div border color is #e2062b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,6,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2062b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2062b;
  -webkit-box-shadow: 1px 1px 3px 2px #e2062b;
  box-shadow:         1px 1px 3px 2px #e2062b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2062b


Comments

No comments written yet.

Please login to write comment.