Color Hex Logo

#e161ff Color Hex

#E161FF
(225,97,255)
0 Favorites   0 Comments

Color spaces of #e161ff

RGB 22597255
HSL0.801.000.69
HSV289°62°100°
CMYK 0.120.620.00   0.00
XYZ53.376031.776997.9281
Yxy31.77690.29150.1736
Hunter Lab56.371070.3670-63.5393
CIE-Lab63.158171.3159-56.5747

#e161ff color RGB value is (225,97,255).

#e161ff hex color red value is 225, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e161ff hue: 0.80 , saturation: 1.00 and the lightness value of e161ff is 0.69.

The process color (four color CMYK) of #e161ff color hex is 0.12, 0.62, 0.00, 0.00. Web safe color of #e161ff is #cc66ff. Color #e161ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 11111111
Octal 341 141 377
Decimal 225 97 255
Hex E1 61 FF

RGB Percentages of Color #e161ff

%38.99
%16.81
%44.19

CMYK Percentages of Color #e161ff

%12
%62
%0
%0

Triadic Colors of #e161ff

#e161ff #ffe161 #61ffe1

Analogous Colors of #e161ff

#e161ff #ff61ce #9261ff

Monochromatic Colors of #e161ff

#e161ff

Complementary Color

#e161ff #7fff61

#e161ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161ff Color CSS Codes

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

#e161ff Text Font Color

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

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


#e161ff Background Color

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

This div background color is #e161ff


#e161ff Border Color

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

This div border color is #e161ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161ff

Related Colors


Comments

No comments written yet.

Please login to write comment.