Color Hex Logo

#e173ba Color Hex

#E173BA
(225,115,186)
0 Favorites   0 Comments

Color spaces of #e173ba

RGB 225115186
HSL0.890.650.67
HSV321°49°88°
CMYK 0.000.490.17   0.12
XYZ46.045031.814250.1683
Yxy31.81420.35960.2485
Hunter Lab56.404147.0099-13.2523
CIE-Lab63.189051.3594-17.9404

#e173ba color RGB value is (225,115,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 10111010
Octal 341 163 272
Decimal 225 115 186
Hex E1 73 BA

RGB Percentages of Color #e173ba

%42.78
%21.86
%35.36

CMYK Percentages of Color #e173ba

%0
%49
%17
%12

Triadic Colors of #e173ba

#e173ba #bae173 #73bae1

Analogous Colors of #e173ba

#e173ba #e17383 #d173e1

Monochromatic Colors of #e173ba

#e173ba

Complementary Color

#e173ba #73e19a

#e173ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173ba Color CSS Codes

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

#e173ba Text Font Color

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

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


#e173ba Background Color

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

This div background color is #e173ba


#e173ba Border Color

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

This div border color is #e173ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173ba


Comments

No comments written yet.

Please login to write comment.