Color Hex Logo

#e173de Color Hex

#E173DE
(225,115,222)
0 Favorites   0 Comments

Color spaces of #e173de

RGB 225115222
HSL0.840.650.67
HSV302°49°88°
CMYK 0.000.490.01   0.12
XYZ50.366933.542972.9270
Yxy33.54290.32110.2139
Hunter Lab57.916253.8793-34.1155
CIE-Lab64.598157.2065-36.0249

#e173de color RGB value is (225,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 11011110
Octal 341 163 336
Decimal 225 115 222
Hex E1 73 DE

RGB Percentages of Color #e173de

%40.04
%20.46
%39.50

CMYK Percentages of Color #e173de

%0
%49
%1
%12

Triadic Colors of #e173de

#e173de #dee173 #73dee1

Analogous Colors of #e173de

#e173de #e173a7 #ad73e1

Monochromatic Colors of #e173de

#e173de

Complementary Color

#e173de #73e176

#e173de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173de Color CSS Codes

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

#e173de Text Font Color

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

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


#e173de Background Color

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

This div background color is #e173de


#e173de Border Color

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

This div border color is #e173de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173de


Comments

No comments written yet.

Please login to write comment.