Color Hex Logo

#e172bb Color Hex

#E172BB
(225,114,187)
0 Favorites   0 Comments

Color spaces of #e172bb

RGB 225114187
HSL0.890.650.66
HSV321°49°88°
CMYK 0.000.490.17   0.12
XYZ46.038331.630050.6924
Yxy31.63000.35870.2464
Hunter Lab56.240647.6984-14.0726
CIE-Lab63.035952.0004-18.7405

#e172bb color RGB value is (225,114,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 10111011
Octal 341 162 273
Decimal 225 114 187
Hex E1 72 BB

RGB Percentages of Color #e172bb

%42.78
%21.67
%35.55

CMYK Percentages of Color #e172bb

%0
%49
%17
%12

Triadic Colors of #e172bb

#e172bb #bbe172 #72bbe1

Analogous Colors of #e172bb

#e172bb #e17284 #d072e1

Monochromatic Colors of #e172bb

#e172bb

Complementary Color

#e172bb #72e198

#e172bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e172bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e172bb Color CSS Codes

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

#e172bb Text Font Color

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

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


#e172bb Background Color

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

This div background color is #e172bb


#e172bb Border Color

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

This div border color is #e172bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e172bb


Comments

No comments written yet.

Please login to write comment.