Color Hex Logo

#e2094a Color Hex

#E2094A
(226,9,74)
0 Favorites   0 Comments

Color spaces of #e2094a

RGB 226974
HSL0.950.920.46
HSV342°96°89°
CMYK 0.000.960.67   0.11
XYZ32.697716.85858.0092
Yxy16.85850.56800.2929
Hunter Lab41.059170.296317.1760
CIE-Lab48.081274.133026.6857

#e2094a color RGB value is (226,9,74).

#e2094a hex color red value is 226, green value is 9 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e2094a hue: 0.95 , saturation: 0.92 and the lightness value of e2094a is 0.46.

The process color (four color CMYK) of #e2094a color hex is 0.00, 0.96, 0.67, 0.11. Web safe color of #e2094a is #cc0033. Color #e2094a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001001 01001010
Octal 342 11 112
Decimal 226 9 74
Hex E2 9 4A

RGB Percentages of Color #e2094a

%73.14
%2.91
%23.95

CMYK Percentages of Color #e2094a

%0
%96
%67
%11

Triadic Colors of #e2094a

#e2094a #4ae209 #094ae2

Analogous Colors of #e2094a

#e2094a #e23409 #e209b7

Monochromatic Colors of #e2094a

#e2094a

Complementary Color

#e2094a #09e2a1

#e2094a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2094a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2094a Color CSS Codes

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

#e2094a Text Font Color

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

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


#e2094a Background Color

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

This div background color is #e2094a


#e2094a Border Color

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

This div border color is #e2094a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2094a


Comments

No comments written yet.

Please login to write comment.