Color Hex Logo

#e101ae Color Hex

#E101AE
(225,1,174)
0 Favorites   0 Comments

Color spaces of #e101ae

RGB 2251174
HSL0.870.990.44
HSV314°100°88°
CMYK 0.001.000.23   0.12
XYZ38.702219.085341.6884
Yxy19.08530.38910.1919
Hunter Lab43.686781.6819-25.9972
CIE-Lab50.786982.7231-30.0776

#e101ae color RGB value is (225,1,174).

#e101ae hex color red value is 225, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e101ae hue: 0.87 , saturation: 0.99 and the lightness value of e101ae is 0.44.

The process color (four color CMYK) of #e101ae color hex is 0.00, 1.00, 0.23, 0.12. Web safe color of #e101ae is #cc0099. Color #e101ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000001 10101110
Octal 341 1 256
Decimal 225 1 174
Hex E1 1 AE

RGB Percentages of Color #e101ae

%56.25
%0.25
%43.50

CMYK Percentages of Color #e101ae

%0
%100
%23
%12

Triadic Colors of #e101ae

#e101ae #aee101 #01aee1

Analogous Colors of #e101ae

#e101ae #e1013e #a401e1

Monochromatic Colors of #e101ae

#e101ae

Complementary Color

#e101ae #01e134

#e101ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e101ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e101ae Color CSS Codes

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

#e101ae Text Font Color

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

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


#e101ae Background Color

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

This div background color is #e101ae


#e101ae Border Color

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

This div border color is #e101ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e101ae


Comments

No comments written yet.

Please login to write comment.