Color Hex Logo

#e177ba Color Hex

#E177BA
(225,119,186)
0 Favorites   0 Comments

Color spaces of #e177ba

RGB 225119186
HSL0.890.640.67
HSV322°47°88°
CMYK 0.000.470.17   0.12
XYZ46.511132.746450.3237
Yxy32.74640.35890.2527
Hunter Lab57.224544.9390-12.0830
CIE-Lab63.955049.3782-16.7790

#e177ba color RGB value is (225,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 10111010
Octal 341 167 272
Decimal 225 119 186
Hex E1 77 BA

RGB Percentages of Color #e177ba

%42.45
%22.45
%35.09

CMYK Percentages of Color #e177ba

%0
%47
%17
%12

Triadic Colors of #e177ba

#e177ba #bae177 #77bae1

Analogous Colors of #e177ba

#e177ba #e17785 #d377e1

Monochromatic Colors of #e177ba

#e177ba

Complementary Color

#e177ba #77e19e

#e177ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e177ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e177ba Color CSS Codes

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

#e177ba Text Font Color

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

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


#e177ba Background Color

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

This div background color is #e177ba


#e177ba Border Color

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

This div border color is #e177ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e177ba


Comments

No comments written yet.

Please login to write comment.