Color Hex Logo

#e170de Color Hex

#E170DE
(225,112,222)
0 Favorites   0 Comments

Color spaces of #e170de

RGB 225112222
HSL0.840.650.66
HSV302°50°88°
CMYK 0.000.500.01   0.12
XYZ50.030332.869872.8149
Yxy32.86980.32130.2111
Hunter Lab57.332255.4347-35.1689
CIE-Lab64.055358.6427-36.8710

#e170de color RGB value is (225,112,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 11011110
Octal 341 160 336
Decimal 225 112 222
Hex E1 70 DE

RGB Percentages of Color #e170de

%40.25
%20.04
%39.71

CMYK Percentages of Color #e170de

%0
%50
%1
%12

Triadic Colors of #e170de

#e170de #dee170 #70dee1

Analogous Colors of #e170de

#e170de #e170a6 #ac70e1

Monochromatic Colors of #e170de

#e170de

Complementary Color

#e170de #70e173

#e170de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170de Color CSS Codes

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

#e170de Text Font Color

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

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


#e170de Background Color

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

This div background color is #e170de


#e170de Border Color

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

This div border color is #e170de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170de


Comments

No comments written yet.

Please login to write comment.