Color Hex Logo

#e1137b Color Hex

#E1137B
(225,19,123)
0 Favorites   0 Comments

Color spaces of #e1137b

RGB 22519123
HSL0.920.840.48
HSV330°92°88°
CMYK 0.000.920.45   0.12
XYZ34.859417.903420.3573
Yxy17.90340.47670.2448
Hunter Lab42.312473.01191.0931
CIE-Lab49.378776.0969-1.6405

#e1137b color RGB value is (225,19,123).

#e1137b hex color red value is 225, green value is 19 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e1137b hue: 0.92 , saturation: 0.84 and the lightness value of e1137b is 0.48.

The process color (four color CMYK) of #e1137b color hex is 0.00, 0.92, 0.45, 0.12. Web safe color of #e1137b is #cc0066. Color #e1137b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 01111011
Octal 341 23 173
Decimal 225 19 123
Hex E1 13 7B

RGB Percentages of Color #e1137b

%61.31
%5.18
%33.51

CMYK Percentages of Color #e1137b

%0
%92
%45
%12

Triadic Colors of #e1137b

#e1137b #7be113 #137be1

Analogous Colors of #e1137b

#e1137b #e11314 #e013e1

Monochromatic Colors of #e1137b

#e1137b

Complementary Color

#e1137b #13e179

#e1137b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1137b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1137b Color CSS Codes

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

#e1137b Text Font Color

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

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


#e1137b Background Color

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

This div background color is #e1137b


#e1137b Border Color

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

This div border color is #e1137b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1137b


Comments

No comments written yet.

Please login to write comment.