Color Hex Logo

#e160ee Color Hex

#E160EE
(225,96,238)
0 Favorites   0 Comments

Color spaces of #e160ee

RGB 22596238
HSL0.820.810.65
HSV295°60°93°
CMYK 0.050.600.00   0.07
XYZ50.666830.546384.1145
Yxy30.54630.30650.1848
Hunter Lab55.268766.9171-51.5465
CIE-Lab62.122868.6776-48.8186

#e160ee color RGB value is (225,96,238).

#e160ee hex color red value is 225, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e160ee hue: 0.82 , saturation: 0.81 and the lightness value of e160ee is 0.65.

The process color (four color CMYK) of #e160ee color hex is 0.05, 0.60, 0.00, 0.07. Web safe color of #e160ee is #cc66ff. Color #e160ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100000 11101110
Octal 341 140 356
Decimal 225 96 238
Hex E1 60 EE

RGB Percentages of Color #e160ee

%40.25
%17.17
%42.58

CMYK Percentages of Color #e160ee

%5
%60
%0
%7

Triadic Colors of #e160ee

#e160ee #eee160 #60eee1

Analogous Colors of #e160ee

#e160ee #ee60b4 #9a60ee

Monochromatic Colors of #e160ee

#e160ee

Complementary Color

#e160ee #6dee60

#e160ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e160ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e160ee Color CSS Codes

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

#e160ee Text Font Color

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

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


#e160ee Background Color

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

This div background color is #e160ee


#e160ee Border Color

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

This div border color is #e160ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e160ee


Comments

No comments written yet.

Please login to write comment.