Color Hex Logo

#e170bb Color Hex

#E170BB
(225,112,187)
0 Favorites   0 Comments

Color spaces of #e170bb

RGB 225112187
HSL0.890.650.66
HSV320°50°88°
CMYK 0.000.500.17   0.12
XYZ45.815131.183750.6180
Yxy31.18370.35900.2444
Hunter Lab55.842448.7237-14.6534
CIE-Lab62.662452.9746-19.3085

#e170bb color RGB value is (225,112,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 10111011
Octal 341 160 273
Decimal 225 112 187
Hex E1 70 BB

RGB Percentages of Color #e170bb

%42.94
%21.37
%35.69

CMYK Percentages of Color #e170bb

%0
%50
%17
%12

Triadic Colors of #e170bb

#e170bb #bbe170 #70bbe1

Analogous Colors of #e170bb

#e170bb #e17083 #cf70e1

Monochromatic Colors of #e170bb

#e170bb

Complementary Color

#e170bb #70e196

#e170bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170bb Color CSS Codes

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

#e170bb Text Font Color

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

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


#e170bb Background Color

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

This div background color is #e170bb


#e170bb Border Color

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

This div border color is #e170bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170bb


Comments

No comments written yet.

Please login to write comment.