Color Hex Logo

#e117ea Color Hex

#E117EA
(225,23,234)
0 Favorites   0 Comments

Color spaces of #e117ea

RGB 22523234
HSL0.830.830.50
HSV297°90°92°
CMYK 0.040.900.00   0.08
XYZ46.209022.560979.7611
Yxy22.56090.31110.1519
Hunter Lab47.498390.5327-66.3134
CIE-Lab54.617188.7728-58.5372

#e117ea color RGB value is (225,23,234).

#e117ea hex color red value is 225, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e117ea hue: 0.83 , saturation: 0.83 and the lightness value of e117ea is 0.50.

The process color (four color CMYK) of #e117ea color hex is 0.04, 0.90, 0.00, 0.08. Web safe color of #e117ea is #cc00ff. Color #e117ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 11101010
Octal 341 27 352
Decimal 225 23 234
Hex E1 17 EA

RGB Percentages of Color #e117ea

%46.68
%4.77
%48.55

CMYK Percentages of Color #e117ea

%4
%90
%0
%8

Triadic Colors of #e117ea

#e117ea #eae117 #17eae1

Analogous Colors of #e117ea

#e117ea #ea178a #7817ea

Monochromatic Colors of #e117ea

#e117ea

Complementary Color

#e117ea #20ea17

#e117ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e117ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e117ea Color CSS Codes

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

#e117ea Text Font Color

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

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


#e117ea Background Color

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

This div background color is #e117ea


#e117ea Border Color

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

This div border color is #e117ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e117ea


Comments

No comments written yet.

Please login to write comment.