Color Hex Logo

#e171bc Color Hex

#E171BC
(225,113,188)
0 Favorites   0 Comments

Color spaces of #e171bc

RGB 225113188
HSL0.890.650.66
HSV320°50°88°
CMYK 0.000.500.16   0.12
XYZ46.033631.448651.2209
Yxy31.44860.35770.2443
Hunter Lab56.079148.3869-14.8983
CIE-Lab62.884552.6395-19.5383

#e171bc color RGB value is (225,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110001 10111100
Octal 341 161 274
Decimal 225 113 188
Hex E1 71 BC

RGB Percentages of Color #e171bc

%42.78
%21.48
%35.74

CMYK Percentages of Color #e171bc

%0
%50
%16
%12

Triadic Colors of #e171bc

#e171bc #bce171 #71bce1

Analogous Colors of #e171bc

#e171bc #e17184 #ce71e1

Monochromatic Colors of #e171bc

#e171bc

Complementary Color

#e171bc #71e196

#e171bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e171bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e171bc Color CSS Codes

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

#e171bc Text Font Color

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

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


#e171bc Background Color

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

This div background color is #e171bc


#e171bc Border Color

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

This div border color is #e171bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e171bc


Comments

No comments written yet.

Please login to write comment.