Color Hex Logo

#e174bc Color Hex

#E174BC
(225,116,188)
0 Favorites   0 Comments

Color spaces of #e174bc

RGB 225116188
HSL0.890.640.67
HSV320°48°88°
CMYK 0.000.480.16   0.12
XYZ46.373832.129251.3343
Yxy32.12920.35720.2475
Hunter Lab56.682646.8417-14.0178
CIE-Lab63.449551.1690-18.6788

#e174bc color RGB value is (225,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10111100
Octal 341 164 274
Decimal 225 116 188
Hex E1 74 BC

RGB Percentages of Color #e174bc

%42.53
%21.93
%35.54

CMYK Percentages of Color #e174bc

%0
%48
%16
%12

Triadic Colors of #e174bc

#e174bc #bce174 #74bce1

Analogous Colors of #e174bc

#e174bc #e17486 #d074e1

Monochromatic Colors of #e174bc

#e174bc

Complementary Color

#e174bc #74e199

#e174bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174bc Color CSS Codes

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

#e174bc Text Font Color

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

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


#e174bc Background Color

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

This div background color is #e174bc


#e174bc Border Color

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

This div border color is #e174bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174bc


Comments

No comments written yet.

Please login to write comment.