Color Hex Logo

#e168de Color Hex

#E168DE
(225,104,222)
0 Favorites   0 Comments

Color spaces of #e168de

RGB 225104222
HSL0.840.670.65
HSV301°54°88°
CMYK 0.000.540.01   0.12
XYZ49.186531.182172.5336
Yxy31.18210.32170.2039
Hunter Lab55.840959.5069-37.9250
CIE-Lab62.661162.3700-39.0494

#e168de color RGB value is (225,104,222).

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

The process color (four color CMYK) of #e168de color hex is 0.00, 0.54, 0.01, 0.12. Web safe color of #e168de is #cc66cc. Color #e168de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 11011110
Octal 341 150 336
Decimal 225 104 222
Hex E1 68 DE

RGB Percentages of Color #e168de

%40.83
%18.87
%40.29

CMYK Percentages of Color #e168de

%0
%54
%1
%12

Triadic Colors of #e168de

#e168de #dee168 #68dee1

Analogous Colors of #e168de

#e168de #e168a2 #a868e1

Monochromatic Colors of #e168de

#e168de

Complementary Color

#e168de #68e16b

#e168de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e168de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e168de Color CSS Codes

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

#e168de Text Font Color

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

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


#e168de Background Color

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

This div background color is #e168de


#e168de Border Color

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

This div border color is #e168de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e168de


Comments

No comments written yet.

Please login to write comment.