Color Hex Logo

#e150ae Color Hex

#E150AE
(225,80,174)
0 Favorites   0 Comments

Color spaces of #e150ae

RGB 22580174
HSL0.890.710.60
HSV321°64°88°
CMYK 0.000.640.23   0.12
XYZ41.560024.800942.6410
Yxy24.80090.38130.2275
Hunter Lab49.800561.8127-15.9059
CIE-Lab56.880965.3616-20.6684

#e150ae color RGB value is (225,80,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 10101110
Octal 341 120 256
Decimal 225 80 174
Hex E1 50 AE

RGB Percentages of Color #e150ae

%46.97
%16.70
%36.33

CMYK Percentages of Color #e150ae

%0
%64
%23
%12

Triadic Colors of #e150ae

#e150ae #aee150 #50aee1

Analogous Colors of #e150ae

#e150ae #e15066 #cc50e1

Monochromatic Colors of #e150ae

#e150ae

Complementary Color

#e150ae #50e183

#e150ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150ae Color CSS Codes

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

#e150ae Text Font Color

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

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


#e150ae Background Color

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

This div background color is #e150ae


#e150ae Border Color

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

This div border color is #e150ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150ae


Comments

No comments written yet.

Please login to write comment.