Color Hex Logo

#e180bb Color Hex

#E180BB
(225,128,187)
0 Favorites   0 Comments

Color spaces of #e180bb

RGB 225128187
HSL0.900.620.69
HSV324°43°88°
CMYK 0.000.430.17   0.12
XYZ47.740135.033851.2597
Yxy35.03380.35620.2614
Hunter Lab59.189440.3906-9.9143
CIE-Lab65.775044.9739-14.5940

#e180bb color RGB value is (225,128,187).

#e180bb hex color red value is 225, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e180bb hue: 0.90 , saturation: 0.62 and the lightness value of e180bb is 0.69.

The process color (four color CMYK) of #e180bb color hex is 0.00, 0.43, 0.17, 0.12. Web safe color of #e180bb is #cc99cc. Color #e180bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 10111011
Octal 341 200 273
Decimal 225 128 187
Hex E1 80 BB

RGB Percentages of Color #e180bb

%41.67
%23.70
%34.63

CMYK Percentages of Color #e180bb

%0
%43
%17
%12

Triadic Colors of #e180bb

#e180bb #bbe180 #80bbe1

Analogous Colors of #e180bb

#e180bb #e1808b #d780e1

Monochromatic Colors of #e180bb

#e180bb

Complementary Color

#e180bb #80e1a6

#e180bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e180bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e180bb Color CSS Codes

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

#e180bb Text Font Color

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

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


#e180bb Background Color

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

This div background color is #e180bb


#e180bb Border Color

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

This div border color is #e180bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e180bb


Comments

No comments written yet.

Please login to write comment.