Color Hex Logo

#e162ef Color Hex

#E162EF
(225,98,239)
0 Favorites   0 Comments

Color spaces of #e162ef

RGB 22598239
HSL0.820.820.66
HSV294°59°94°
CMYK 0.060.590.00   0.06
XYZ50.999030.974984.9522
Yxy30.97490.30550.1856
Hunter Lab55.655166.1703-51.5420
CIE-Lab62.486467.9941-48.7988

#e162ef color RGB value is (225,98,239).

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

The process color (four color CMYK) of #e162ef color hex is 0.06, 0.59, 0.00, 0.06. Web safe color of #e162ef is #cc66ff. Color #e162ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100010 11101111
Octal 341 142 357
Decimal 225 98 239
Hex E1 62 EF

RGB Percentages of Color #e162ef

%40.04
%17.44
%42.53

CMYK Percentages of Color #e162ef

%6
%59
%0
%6

Triadic Colors of #e162ef

#e162ef #efe162 #62efe1

Analogous Colors of #e162ef

#e162ef #ef62b7 #9b62ef

Monochromatic Colors of #e162ef

#e162ef

Complementary Color

#e162ef #70ef62

#e162ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e162ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e162ef Color CSS Codes

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

#e162ef Text Font Color

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

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


#e162ef Background Color

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

This div background color is #e162ef


#e162ef Border Color

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

This div border color is #e162ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e162ef


Comments

No comments written yet.

Please login to write comment.