Color Hex Logo

#e081bb Color Hex

#E081BB
(224,129,187)
0 Favorites   0 Comments

Color spaces of #e081bb

RGB 224129187
HSL0.900.610.69
HSV323°42°88°
CMYK 0.000.420.17   0.12
XYZ47.560435.135751.2889
Yxy35.13570.35500.2622
Hunter Lab59.275439.4900-9.8088
CIE-Lab65.854244.1332-14.4870

#e081bb color RGB value is (224,129,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 10111011
Octal 340 201 273
Decimal 224 129 187
Hex E0 81 BB

RGB Percentages of Color #e081bb

%41.48
%23.89
%34.63

CMYK Percentages of Color #e081bb

%0
%42
%17
%12

Triadic Colors of #e081bb

#e081bb #bbe081 #81bbe0

Analogous Colors of #e081bb

#e081bb #e0818c #d681e0

Monochromatic Colors of #e081bb

#e081bb

Complementary Color

#e081bb #81e0a6

#e081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081bb Color CSS Codes

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

#e081bb Text Font Color

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

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


#e081bb Background Color

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

This div background color is #e081bb


#e081bb Border Color

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

This div border color is #e081bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081bb


Comments

No comments written yet.

Please login to write comment.