Color Hex Logo

#e172de Color Hex

#E172DE
(225,114,222)
0 Favorites   0 Comments

Color spaces of #e172de

RGB 225114222
HSL0.840.650.66
HSV302°49°88°
CMYK 0.000.490.01   0.12
XYZ50.253533.316172.8892
Yxy33.31610.32120.2129
Hunter Lab57.720154.3993-34.4676
CIE-Lab64.416057.6874-36.3085

#e172de color RGB value is (225,114,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 11011110
Octal 341 162 336
Decimal 225 114 222
Hex E1 72 DE

RGB Percentages of Color #e172de

%40.11
%20.32
%39.57

CMYK Percentages of Color #e172de

%0
%49
%1
%12

Triadic Colors of #e172de

#e172de #dee172 #72dee1

Analogous Colors of #e172de

#e172de #e172a7 #ad72e1

Monochromatic Colors of #e172de

#e172de

Complementary Color

#e172de #72e175

#e172de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e172de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e172de Color CSS Codes

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

#e172de Text Font Color

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

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


#e172de Background Color

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

This div background color is #e172de


#e172de Border Color

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

This div border color is #e172de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e172de


Comments

No comments written yet.

Please login to write comment.