Color Hex Logo

#e166db Color Hex

#E166DB
(225,102,219)
0 Favorites   0 Comments

Color spaces of #e166db

RGB 225102219
HSL0.840.670.64
HSV303°55°88°
CMYK 0.000.550.03   0.12
XYZ48.588930.624870.3681
Yxy30.62480.32480.2047
Hunter Lab55.339759.8807-36.6534
CIE-Lab62.189662.7698-38.1063

#e166db color RGB value is (225,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100110 11011011
Octal 341 146 333
Decimal 225 102 219
Hex E1 66 DB

RGB Percentages of Color #e166db

%41.21
%18.68
%40.11

CMYK Percentages of Color #e166db

%0
%55
%3
%12

Triadic Colors of #e166db

#e166db #dbe166 #66dbe1

Analogous Colors of #e166db

#e166db #e1669e #aa66e1

Monochromatic Colors of #e166db

#e166db

Complementary Color

#e166db #66e16c

#e166db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e166db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e166db Color CSS Codes

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

#e166db Text Font Color

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

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


#e166db Background Color

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

This div background color is #e166db


#e166db Border Color

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

This div border color is #e166db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e166db


Comments

No comments written yet.

Please login to write comment.