Color Hex Logo

#e2037b Color Hex

#E2037B
(226,3,123)
0 Favorites   0 Comments

Color spaces of #e2037b

RGB 2263123
HSL0.910.970.45
HSV328°99°89°
CMYK 0.000.990.46   0.11
XYZ34.971717.663920.3052
Yxy17.66390.47950.2422
Hunter Lab42.028474.97940.7751
CIE-Lab49.085977.7430-2.0477

#e2037b color RGB value is (226,3,123).

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

The process color (four color CMYK) of #e2037b color hex is 0.00, 0.99, 0.46, 0.11. Web safe color of #e2037b is #cc0066. Color #e2037b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000011 01111011
Octal 342 3 173
Decimal 226 3 123
Hex E2 3 7B

RGB Percentages of Color #e2037b

%64.20
%0.85
%34.94

CMYK Percentages of Color #e2037b

%0
%99
%46
%11

Triadic Colors of #e2037b

#e2037b #7be203 #037be2

Analogous Colors of #e2037b

#e2037b #e2030c #da03e2

Monochromatic Colors of #e2037b

#e2037b

Complementary Color

#e2037b #03e26a

#e2037b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2037b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2037b Color CSS Codes

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

#e2037b Text Font Color

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

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


#e2037b Background Color

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

This div background color is #e2037b


#e2037b Border Color

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

This div border color is #e2037b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2037b


Comments

No comments written yet.

Please login to write comment.