Color Hex Logo

#e117ed Color Hex

#E117ED
(225,23,237)
0 Favorites   0 Comments

Color spaces of #e117ed

RGB 22523237
HSL0.820.860.51
HSV297°90°93°
CMYK 0.050.900.00   0.07
XYZ46.643822.734882.0506
Yxy22.73480.30800.1501
Hunter Lab47.681091.1752-68.6509
CIE-Lab54.798189.2220-59.9339

#e117ed color RGB value is (225,23,237).

#e117ed hex color red value is 225, green value is 23 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e117ed hue: 0.82 , saturation: 0.86 and the lightness value of e117ed is 0.51.

The process color (four color CMYK) of #e117ed color hex is 0.05, 0.90, 0.00, 0.07. Web safe color of #e117ed is #cc00ff. Color #e117ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 11101101
Octal 341 27 355
Decimal 225 23 237
Hex E1 17 ED

RGB Percentages of Color #e117ed

%46.39
%4.74
%48.87

CMYK Percentages of Color #e117ed

%5
%90
%0
%7

Triadic Colors of #e117ed

#e117ed #ede117 #17ede1

Analogous Colors of #e117ed

#e117ed #ed178e #7617ed

Monochromatic Colors of #e117ed

#e117ed

Complementary Color

#e117ed #23ed17

#e117ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e117ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e117ed Color CSS Codes

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

#e117ed Text Font Color

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

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


#e117ed Background Color

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

This div background color is #e117ed


#e117ed Border Color

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

This div border color is #e117ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e117ed


Comments

No comments written yet.

Please login to write comment.