Color Hex Logo

#e1518e Color Hex

#E1518E
(225,81,142)
0 Favorites   0 Comments

Color spaces of #e1518e

RGB 22581142
HSL0.930.710.60
HSV335°64°88°
CMYK 0.000.640.37   0.12
XYZ38.876323.845428.1448
Yxy23.84540.42780.2624
Hunter Lab48.831856.65320.0097
CIE-Lab55.932761.0977-3.3801

#e1518e color RGB value is (225,81,142).

#e1518e hex color red value is 225, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e1518e hue: 0.93 , saturation: 0.71 and the lightness value of e1518e is 0.60.

The process color (four color CMYK) of #e1518e color hex is 0.00, 0.64, 0.37, 0.12. Web safe color of #e1518e is #cc6699. Color #e1518e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 10001110
Octal 341 121 216
Decimal 225 81 142
Hex E1 51 8E

RGB Percentages of Color #e1518e

%50.22
%18.08
%31.70

CMYK Percentages of Color #e1518e

%0
%64
%37
%12

Triadic Colors of #e1518e

#e1518e #8ee151 #518ee1

Analogous Colors of #e1518e

#e1518e #e15c51 #e151d6

Monochromatic Colors of #e1518e

#e1518e

Complementary Color

#e1518e #51e1a4

#e1518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1518e Color CSS Codes

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

#e1518e Text Font Color

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

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


#e1518e Background Color

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

This div background color is #e1518e


#e1518e Border Color

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

This div border color is #e1518e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1518e


Comments

No comments written yet.

Please login to write comment.