Color Hex Logo

#e118ef Color Hex

#E118EF
(225,24,239)
0 Favorites   0 Comments

Color spaces of #e118ef

RGB 22524239
HSL0.820.870.52
HSV296°90°94°
CMYK 0.060.900.00   0.06
XYZ46.958022.892883.6051
Yxy22.89280.30600.1492
Hunter Lab47.846491.4543-70.1087
CIE-Lab54.961789.4003-60.7940

#e118ef color RGB value is (225,24,239).

#e118ef hex color red value is 225, green value is 24 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e118ef hue: 0.82 , saturation: 0.87 and the lightness value of e118ef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 11101111
Octal 341 30 357
Decimal 225 24 239
Hex E1 18 EF

RGB Percentages of Color #e118ef

%46.11
%4.92
%48.98

CMYK Percentages of Color #e118ef

%6
%90
%0
%6

Triadic Colors of #e118ef

#e118ef #efe118 #18efe1

Analogous Colors of #e118ef

#e118ef #ef1892 #7618ef

Monochromatic Colors of #e118ef

#e118ef

Complementary Color

#e118ef #26ef18

#e118ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e118ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e118ef Color CSS Codes

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

#e118ef Text Font Color

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

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


#e118ef Background Color

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

This div background color is #e118ef


#e118ef Border Color

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

This div border color is #e118ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e118ef


Comments

No comments written yet.

Please login to write comment.