Color Hex Logo

#e168dc Color Hex

#E168DC
(225,104,220)
0 Favorites   0 Comments

Color spaces of #e168dc

RGB 225104220
HSL0.840.670.65
HSV302°54°88°
CMYK 0.000.540.02   0.12
XYZ48.919931.075571.1300
Yxy31.07550.32370.2056
Hunter Lab55.745459.0899-36.6311
CIE-Lab62.571362.0303-38.0701

#e168dc color RGB value is (225,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 11011100
Octal 341 150 334
Decimal 225 104 220
Hex E1 68 DC

RGB Percentages of Color #e168dc

%40.98
%18.94
%40.07

CMYK Percentages of Color #e168dc

%0
%54
%2
%12

Triadic Colors of #e168dc

#e168dc #dce168 #68dce1

Analogous Colors of #e168dc

#e168dc #e168a0 #aa68e1

Monochromatic Colors of #e168dc

#e168dc

Complementary Color

#e168dc #68e16d

#e168dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e168dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e168dc Color CSS Codes

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

#e168dc Text Font Color

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

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


#e168dc Background Color

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

This div background color is #e168dc


#e168dc Border Color

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

This div border color is #e168dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e168dc


Comments

No comments written yet.

Please login to write comment.