Color Hex Logo

#e151ae Color Hex

#E151AE
(225,81,174)
0 Favorites   0 Comments

Color spaces of #e151ae

RGB 22581174
HSL0.890.710.60
HSV321°64°88°
CMYK 0.000.640.23   0.12
XYZ41.633724.948442.6656
Yxy24.94840.38110.2284
Hunter Lab49.948461.3763-15.6813
CIE-Lab57.025164.9642-20.4480

#e151ae color RGB value is (225,81,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 10101110
Octal 341 121 256
Decimal 225 81 174
Hex E1 51 AE

RGB Percentages of Color #e151ae

%46.88
%16.88
%36.25

CMYK Percentages of Color #e151ae

%0
%64
%23
%12

Triadic Colors of #e151ae

#e151ae #aee151 #51aee1

Analogous Colors of #e151ae

#e151ae #e15166 #cc51e1

Monochromatic Colors of #e151ae

#e151ae

Complementary Color

#e151ae #51e184

#e151ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e151ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e151ae Color CSS Codes

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

#e151ae Text Font Color

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

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


#e151ae Background Color

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

This div background color is #e151ae


#e151ae Border Color

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

This div border color is #e151ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e151ae


Comments

No comments written yet.

Please login to write comment.