Color Hex Logo

#e176cd Color Hex

#E176CD
(225,118,205)
0 Favorites   0 Comments

Color spaces of #e176cd

RGB 225118205
HSL0.860.640.67
HSV311°48°88°
CMYK 0.000.480.09   0.12
XYZ48.549233.372261.6403
Yxy33.37220.33820.2325
Hunter Lab57.768748.9175-22.8255
CIE-Lab64.461252.8697-26.7231

#e176cd color RGB value is (225,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 11001101
Octal 341 166 315
Decimal 225 118 205
Hex E1 76 CD

RGB Percentages of Color #e176cd

%41.06
%21.53
%37.41

CMYK Percentages of Color #e176cd

%0
%48
%9
%12

Triadic Colors of #e176cd

#e176cd #cde176 #76cde1

Analogous Colors of #e176cd

#e176cd #e17698 #c076e1

Monochromatic Colors of #e176cd

#e176cd

Complementary Color

#e176cd #76e18a

#e176cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e176cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e176cd Color CSS Codes

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

#e176cd Text Font Color

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

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


#e176cd Background Color

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

This div background color is #e176cd


#e176cd Border Color

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

This div border color is #e176cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e176cd


Comments

No comments written yet.

Please login to write comment.