Color Hex Logo

#e176ba Color Hex

#E176BA
(225,118,186)
0 Favorites   0 Comments

Color spaces of #e176ba

RGB 225118186
HSL0.890.640.67
HSV322°48°88°
CMYK 0.000.480.17   0.12
XYZ46.392732.509650.2842
Yxy32.50960.35910.2516
Hunter Lab57.017245.4585-12.3766
CIE-Lab63.761849.8763-17.0716

#e176ba color RGB value is (225,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 10111010
Octal 341 166 272
Decimal 225 118 186
Hex E1 76 BA

RGB Percentages of Color #e176ba

%42.53
%22.31
%35.16

CMYK Percentages of Color #e176ba

%0
%48
%17
%12

Triadic Colors of #e176ba

#e176ba #bae176 #76bae1

Analogous Colors of #e176ba

#e176ba #e17685 #d376e1

Monochromatic Colors of #e176ba

#e176ba

Complementary Color

#e176ba #76e19d

#e176ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e176ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e176ba Color CSS Codes

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

#e176ba Text Font Color

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

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


#e176ba Background Color

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

This div background color is #e176ba


#e176ba Border Color

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

This div border color is #e176ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e176ba


Comments

No comments written yet.

Please login to write comment.