Color Hex Logo

#e056ba Color Hex

#E056BA
(224,86,186)
0 Favorites   0 Comments

Color spaces of #e056ba

RGB 22486186
HSL0.880.690.61
HSV317°62°88°
CMYK 0.000.620.17   0.12
XYZ42.931226.048049.2194
Yxy26.04800.36320.2204
Hunter Lab51.037260.8344-21.4521
CIE-Lab58.082664.3106-25.7645

#e056ba color RGB value is (224,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010110 10111010
Octal 340 126 272
Decimal 224 86 186
Hex E0 56 BA

RGB Percentages of Color #e056ba

%45.16
%17.34
%37.50

CMYK Percentages of Color #e056ba

%0
%62
%17
%12

Triadic Colors of #e056ba

#e056ba #bae056 #56bae0

Analogous Colors of #e056ba

#e056ba #e05675 #c156e0

Monochromatic Colors of #e056ba

#e056ba

Complementary Color

#e056ba #56e07c

#e056ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e056ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e056ba Color CSS Codes

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

#e056ba Text Font Color

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

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


#e056ba Background Color

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

This div background color is #e056ba


#e056ba Border Color

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

This div border color is #e056ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e056ba


Comments

No comments written yet.

Please login to write comment.