Color Hex Logo

#e174ba Color Hex

#E174BA
(225,116,186)
0 Favorites   0 Comments

Color spaces of #e174ba

RGB 225116186
HSL0.890.640.67
HSV321°48°88°
CMYK 0.000.480.17   0.12
XYZ46.159732.043550.2065
Yxy32.04350.35950.2495
Hunter Lab56.607046.4942-12.9613
CIE-Lab63.378850.8671-17.6523

#e174ba color RGB value is (225,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10111010
Octal 341 164 272
Decimal 225 116 186
Hex E1 74 BA

RGB Percentages of Color #e174ba

%42.69
%22.01
%35.29

CMYK Percentages of Color #e174ba

%0
%48
%17
%12

Triadic Colors of #e174ba

#e174ba #bae174 #74bae1

Analogous Colors of #e174ba

#e174ba #e17484 #d274e1

Monochromatic Colors of #e174ba

#e174ba

Complementary Color

#e174ba #74e19b

#e174ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ba Color CSS Codes

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

#e174ba Text Font Color

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

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


#e174ba Background Color

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

This div background color is #e174ba


#e174ba Border Color

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

This div border color is #e174ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ba


Comments

No comments written yet.

Please login to write comment.