Color Hex Logo

#e1186b Color Hex

#E1186B
(225,24,107)
0 Favorites   0 Comments

Color spaces of #e1186b

RGB 22524107
HSL0.930.810.49
HSV335°89°88°
CMYK 0.000.890.52   0.12
XYZ34.031817.722415.5370
Yxy17.72240.50570.2634
Hunter Lab42.098070.62717.5866
CIE-Lab49.157774.19477.8289

#e1186b color RGB value is (225,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 01101011
Octal 341 30 153
Decimal 225 24 107
Hex E1 18 6B

RGB Percentages of Color #e1186b

%63.20
%6.74
%30.06

CMYK Percentages of Color #e1186b

%0
%89
%52
%12

Triadic Colors of #e1186b

#e1186b #6be118 #186be1

Analogous Colors of #e1186b

#e1186b #e12918 #e118d0

Monochromatic Colors of #e1186b

#e1186b

Complementary Color

#e1186b #18e18e

#e1186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1186b Color CSS Codes

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

#e1186b Text Font Color

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

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


#e1186b Background Color

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

This div background color is #e1186b


#e1186b Border Color

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

This div border color is #e1186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1186b


Comments

No comments written yet.

Please login to write comment.