Color Hex Logo

#e866ad Color Hex

#E866AD
(232,102,173)
0 Favorites   0 Comments

Color spaces of #e866ad

RGB 232102173
HSL0.910.740.65
HSV327°56°91°
CMYK 0.000.560.25   0.09
XYZ45.572929.675742.8612
Yxy29.67570.38590.2513
Hunter Lab54.475453.9971-8.5165
CIE-Lab61.373457.8387-13.1742

#e866ad color RGB value is (232,102,173).

#e866ad hex color red value is 232, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e866ad hue: 0.91 , saturation: 0.74 and the lightness value of e866ad is 0.65.

The process color (four color CMYK) of #e866ad color hex is 0.00, 0.56, 0.25, 0.09. Web safe color of #e866ad is #ff6699. Color #e866ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100110 10101101
Octal 350 146 255
Decimal 232 102 173
Hex E8 66 AD

RGB Percentages of Color #e866ad

%45.76
%20.12
%34.12

CMYK Percentages of Color #e866ad

%0
%56
%25
%9

Triadic Colors of #e866ad

#e866ad #ade866 #66ade8

Analogous Colors of #e866ad

#e866ad #e8666c #e266e8

Monochromatic Colors of #e866ad

#e866ad

Complementary Color

#e866ad #66e8a1

#e866ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e866ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e866ad Color CSS Codes

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

#e866ad Text Font Color

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

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


#e866ad Background Color

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

This div background color is #e866ad


#e866ad Border Color

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

This div border color is #e866ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e866ad


Comments

No comments written yet.

Please login to write comment.