Color Hex Logo

#e181be Color Hex

#E181BE
(225,129,190)
0 Favorites   0 Comments

Color spaces of #e181be

RGB 225129190
HSL0.890.620.69
HSV322°43°88°
CMYK 0.000.430.16   0.12
XYZ48.195935.425853.0129
Yxy35.42580.35270.2593
Hunter Lab59.519640.3809-11.1447
CIE-Lab66.078844.9251-15.8240

#e181be color RGB value is (225,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 10111110
Octal 341 201 276
Decimal 225 129 190
Hex E1 81 BE

RGB Percentages of Color #e181be

%41.36
%23.71
%34.93

CMYK Percentages of Color #e181be

%0
%43
%16
%12

Triadic Colors of #e181be

#e181be #bee181 #81bee1

Analogous Colors of #e181be

#e181be #e1818e #d481e1

Monochromatic Colors of #e181be

#e181be

Complementary Color

#e181be #81e1a4

#e181be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e181be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e181be Color CSS Codes

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

#e181be Text Font Color

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

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


#e181be Background Color

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

This div background color is #e181be


#e181be Border Color

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

This div border color is #e181be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e181be


Comments

No comments written yet.

Please login to write comment.