Color Hex Logo

#e1116b Color Hex

#E1116B
(225,17,107)
0 Favorites   0 Comments

Color spaces of #e1116b

RGB 22517107
HSL0.930.860.47
HSV334°92°88°
CMYK 0.000.920.52   0.12
XYZ33.905617.470015.4949
Yxy17.47000.50700.2613
Hunter Lab41.797171.65327.2782
CIE-Lab48.846975.09507.3875

#e1116b color RGB value is (225,17,107).

#e1116b hex color red value is 225, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e1116b hue: 0.93 , saturation: 0.86 and the lightness value of e1116b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010001 01101011
Octal 341 21 153
Decimal 225 17 107
Hex E1 11 6B

RGB Percentages of Color #e1116b

%64.47
%4.87
%30.66

CMYK Percentages of Color #e1116b

%0
%92
%52
%12

Triadic Colors of #e1116b

#e1116b #6be111 #116be1

Analogous Colors of #e1116b

#e1116b #e11f11 #e111d3

Monochromatic Colors of #e1116b

#e1116b

Complementary Color

#e1116b #11e187

#e1116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1116b Color CSS Codes

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

#e1116b Text Font Color

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

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


#e1116b Background Color

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

This div background color is #e1116b


#e1116b Border Color

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

This div border color is #e1116b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,17,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1116b


Comments

No comments written yet.

Please login to write comment.