Color Hex Logo

#e166ff Color Hex

#E166FF
(225,102,255)
1 Favorites   0 Comments

Color spaces of #e166ff

RGB 225102255
HSL0.801.000.70
HSV288°60°100°
CMYK 0.120.600.00   0.00
XYZ53.852732.730398.0870
Yxy32.73030.29160.1772
Hunter Lab57.210467.9056-61.6052
CIE-Lab63.941969.1616-55.3276

#e166ff color RGB value is (225,102,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100110 11111111
Octal 341 146 377
Decimal 225 102 255
Hex E1 66 FF

RGB Percentages of Color #e166ff

%38.66
%17.53
%43.81

CMYK Percentages of Color #e166ff

%12
%60
%0
%0

Triadic Colors of #e166ff

#e166ff #ffe166 #66ffe1

Analogous Colors of #e166ff

#e166ff #ff66d1 #9566ff

Monochromatic Colors of #e166ff

#e166ff

Complementary Color

#e166ff #84ff66

#e166ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e166ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e166ff Color CSS Codes

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

#e166ff Text Font Color

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

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


#e166ff Background Color

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

This div background color is #e166ff


#e166ff Border Color

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

This div border color is #e166ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e166ff

Related Colors


Comments

No comments written yet.

Please login to write comment.