Color Hex Logo

#e2094b Color Hex

#E2094B
(226,9,75)
0 Favorites   0 Comments

Color spaces of #e2094b

RGB 226975
HSL0.950.920.46
HSV342°96°89°
CMYK 0.000.960.67   0.11
XYZ32.731716.87218.1881
Yxy16.87210.56640.2919
Hunter Lab41.075770.357716.9340
CIE-Lab48.098574.180126.0961

#e2094b color RGB value is (226,9,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001001 01001011
Octal 342 11 113
Decimal 226 9 75
Hex E2 9 4B

RGB Percentages of Color #e2094b

%72.90
%2.90
%24.19

CMYK Percentages of Color #e2094b

%0
%96
%67
%11

Triadic Colors of #e2094b

#e2094b #4be209 #094be2

Analogous Colors of #e2094b

#e2094b #e23409 #e209b8

Monochromatic Colors of #e2094b

#e2094b

Complementary Color

#e2094b #09e2a0

#e2094b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2094b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2094b Color CSS Codes

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

#e2094b Text Font Color

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

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


#e2094b Background Color

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

This div background color is #e2094b


#e2094b Border Color

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

This div border color is #e2094b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,9,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 #e2094b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2094b


Comments

No comments written yet.

Please login to write comment.