Color Hex Logo

#e161db Color Hex

#E161DB
(225,97,219)
0 Favorites   0 Comments

Color spaces of #e161db

RGB 22597219
HSL0.840.680.63
HSV303°57°88°
CMYK 0.000.570.03   0.12
XYZ48.112229.671470.2092
Yxy29.67140.32510.2005
Hunter Lab54.471562.3360-38.2899
CIE-Lab61.369764.9923-39.3898

#e161db color RGB value is (225,97,219).

#e161db hex color red value is 225, green value is 97 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e161db hue: 0.84 , saturation: 0.68 and the lightness value of e161db is 0.63.

The process color (four color CMYK) of #e161db color hex is 0.00, 0.57, 0.03, 0.12. Web safe color of #e161db is #cc66cc. Color #e161db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 11011011
Octal 341 141 333
Decimal 225 97 219
Hex E1 61 DB

RGB Percentages of Color #e161db

%41.59
%17.93
%40.48

CMYK Percentages of Color #e161db

%0
%57
%3
%12

Triadic Colors of #e161db

#e161db #dbe161 #61dbe1

Analogous Colors of #e161db

#e161db #e1619b #a761e1

Monochromatic Colors of #e161db

#e161db

Complementary Color

#e161db #61e167

#e161db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161db Color CSS Codes

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

#e161db Text Font Color

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

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


#e161db Background Color

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

This div background color is #e161db


#e161db Border Color

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

This div border color is #e161db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161db


Comments

No comments written yet.

Please login to write comment.