Color Hex Logo

#e081ba Color Hex

#E081BA
(224,129,186)
0 Favorites   0 Comments

Color spaces of #e081ba

RGB 224129186
HSL0.900.610.69
HSV324°42°88°
CMYK 0.000.420.17   0.12
XYZ47.453735.093050.7269
Yxy35.09300.35610.2633
Hunter Lab59.239339.3186-9.3027
CIE-Lab65.821043.9791-13.9737

#e081ba color RGB value is (224,129,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 10111010
Octal 340 201 272
Decimal 224 129 186
Hex E0 81 BA

RGB Percentages of Color #e081ba

%41.56
%23.93
%34.51

CMYK Percentages of Color #e081ba

%0
%42
%17
%12

Triadic Colors of #e081ba

#e081ba #bae081 #81bae0

Analogous Colors of #e081ba

#e081ba #e0818b #d781e0

Monochromatic Colors of #e081ba

#e081ba

Complementary Color

#e081ba #81e0a7

#e081ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081ba Color CSS Codes

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

#e081ba Text Font Color

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

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


#e081ba Background Color

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

This div background color is #e081ba


#e081ba Border Color

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

This div border color is #e081ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081ba


Comments

No comments written yet.

Please login to write comment.