Color Hex Logo

#e117ae Color Hex

#E117AE
(225,23,174)
0 Favorites   0 Comments

Color spaces of #e117ae

RGB 22523174
HSL0.880.810.49
HSV315°90°88°
CMYK 0.000.900.23   0.12
XYZ38.997719.676341.7869
Yxy19.67630.38820.1959
Hunter Lab44.358079.3034-24.8029
CIE-Lab51.469280.7226-29.0154

#e117ae color RGB value is (225,23,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 10101110
Octal 341 27 256
Decimal 225 23 174
Hex E1 17 AE

RGB Percentages of Color #e117ae

%53.32
%5.45
%41.23

CMYK Percentages of Color #e117ae

%0
%90
%23
%12

Triadic Colors of #e117ae

#e117ae #aee117 #17aee1

Analogous Colors of #e117ae

#e117ae #e11749 #af17e1

Monochromatic Colors of #e117ae

#e117ae

Complementary Color

#e117ae #17e14a

#e117ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e117ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e117ae Color CSS Codes

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

#e117ae Text Font Color

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

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


#e117ae Background Color

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

This div background color is #e117ae


#e117ae Border Color

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

This div border color is #e117ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e117ae


Comments

No comments written yet.

Please login to write comment.