Color Hex Logo

#e177cd Color Hex

#E177CD
(225,119,205)
0 Favorites   0 Comments

Color spaces of #e177cd

RGB 225119205
HSL0.860.640.67
HSV311°47°88°
CMYK 0.000.470.09   0.12
XYZ48.667633.609061.6797
Yxy33.60900.33810.2335
Hunter Lab57.973348.3946-22.4993
CIE-Lab64.651052.3760-26.4310

#e177cd color RGB value is (225,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 11001101
Octal 341 167 315
Decimal 225 119 205
Hex E1 77 CD

RGB Percentages of Color #e177cd

%40.98
%21.68
%37.34

CMYK Percentages of Color #e177cd

%0
%47
%9
%12

Triadic Colors of #e177cd

#e177cd #cde177 #77cde1

Analogous Colors of #e177cd

#e177cd #e17798 #c077e1

Monochromatic Colors of #e177cd

#e177cd

Complementary Color

#e177cd #77e18b

#e177cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e177cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e177cd Color CSS Codes

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

#e177cd Text Font Color

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

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


#e177cd Background Color

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

This div background color is #e177cd


#e177cd Border Color

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

This div border color is #e177cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e177cd


Comments

No comments written yet.

Please login to write comment.