Color Hex Logo

#e177dc Color Hex

#E177DC
(225,119,220)
0 Favorites   0 Comments

Color spaces of #e177dc

RGB 225119220
HSL0.840.640.67
HSV303°47°88°
CMYK 0.000.470.02   0.12
XYZ50.566434.368571.6788
Yxy34.36850.32290.2194
Hunter Lab58.624751.3711-31.4550
CIE-Lab65.254054.9128-33.8899

#e177dc color RGB value is (225,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 11011100
Octal 341 167 334
Decimal 225 119 220
Hex E1 77 DC

RGB Percentages of Color #e177dc

%39.89
%21.10
%39.01

CMYK Percentages of Color #e177dc

%0
%47
%2
%12

Triadic Colors of #e177dc

#e177dc #dce177 #77dce1

Analogous Colors of #e177dc

#e177dc #e177a7 #b177e1

Monochromatic Colors of #e177dc

#e177dc

Complementary Color

#e177dc #77e17c

#e177dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e177dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e177dc Color CSS Codes

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

#e177dc Text Font Color

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

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


#e177dc Background Color

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

This div background color is #e177dc


#e177dc Border Color

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

This div border color is #e177dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e177dc


Comments

No comments written yet.

Please login to write comment.