Color Hex Logo

#e171bd Color Hex

#E171BD
(225,113,189)
0 Favorites   0 Comments

Color spaces of #e171bd

RGB 225113189
HSL0.890.650.66
HSV319°50°88°
CMYK 0.000.500.16   0.12
XYZ46.141831.491951.7907
Yxy31.49190.35650.2433
Hunter Lab56.117648.5628-15.4361
CIE-Lab62.920752.7909-20.0505

#e171bd color RGB value is (225,113,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110001 10111101
Octal 341 161 275
Decimal 225 113 189
Hex E1 71 BD

RGB Percentages of Color #e171bd

%42.69
%21.44
%35.86

CMYK Percentages of Color #e171bd

%0
%50
%16
%12

Triadic Colors of #e171bd

#e171bd #bde171 #71bde1

Analogous Colors of #e171bd

#e171bd #e17185 #cd71e1

Monochromatic Colors of #e171bd

#e171bd

Complementary Color

#e171bd #71e195

#e171bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e171bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e171bd Color CSS Codes

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

#e171bd Text Font Color

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

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


#e171bd Background Color

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

This div background color is #e171bd


#e171bd Border Color

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

This div border color is #e171bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e171bd


Comments

No comments written yet.

Please login to write comment.