Color Hex Logo

#e166bb Color Hex

#E166BB
(225,102,187)
0 Favorites   0 Comments

Color spaces of #e166bb

RGB 225102187
HSL0.880.670.64
HSV319°55°88°
CMYK 0.000.550.17   0.12
XYZ44.772329.098250.2705
Yxy29.09820.36070.2344
Hunter Lab53.942753.7546-17.4938
CIE-Lab60.868257.7110-22.0466

#e166bb color RGB value is (225,102,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100110 10111011
Octal 341 146 273
Decimal 225 102 187
Hex E1 66 BB

RGB Percentages of Color #e166bb

%43.77
%19.84
%36.38

CMYK Percentages of Color #e166bb

%0
%55
%17
%12

Triadic Colors of #e166bb

#e166bb #bbe166 #66bbe1

Analogous Colors of #e166bb

#e166bb #e1667e #ca66e1

Monochromatic Colors of #e166bb

#e166bb

Complementary Color

#e166bb #66e18c

#e166bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e166bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e166bb Color CSS Codes

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

#e166bb Text Font Color

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

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


#e166bb Background Color

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

This div background color is #e166bb


#e166bb Border Color

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

This div border color is #e166bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e166bb


Comments

No comments written yet.

Please login to write comment.