Color Hex Logo

#e052ba Color Hex

#E052BA
(224,82,186)
0 Favorites   0 Comments

Color spaces of #e052ba

RGB 22482186
HSL0.880.700.60
HSV316°63°88°
CMYK 0.000.630.17   0.12
XYZ42.620725.427149.1159
Yxy25.42710.36380.2170
Hunter Lab50.425362.6283-22.4527
CIE-Lab57.489265.9411-26.6799

#e052ba color RGB value is (224,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 10111010
Octal 340 122 272
Decimal 224 82 186
Hex E0 52 BA

RGB Percentages of Color #e052ba

%45.53
%16.67
%37.80

CMYK Percentages of Color #e052ba

%0
%63
%17
%12

Triadic Colors of #e052ba

#e052ba #bae052 #52bae0

Analogous Colors of #e052ba

#e052ba #e05273 #bf52e0

Monochromatic Colors of #e052ba

#e052ba

Complementary Color

#e052ba #52e078

#e052ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e052ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e052ba Color CSS Codes

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

#e052ba Text Font Color

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

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


#e052ba Background Color

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

This div background color is #e052ba


#e052ba Border Color

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

This div border color is #e052ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e052ba


Comments

No comments written yet.

Please login to write comment.