Color Hex Logo

#e152ba Color Hex

#E152BA
(225,82,186)
0 Favorites   0 Comments

Color spaces of #e152ba

RGB 22582186
HSL0.880.700.60
HSV316°64°88°
CMYK 0.000.640.17   0.12
XYZ42.931625.587349.1305
Yxy25.58730.36490.2175
Hunter Lab50.583962.9749-22.1777
CIE-Lab57.643266.2055-26.4295

#e152ba color RGB value is (225,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 10111010
Octal 341 122 272
Decimal 225 82 186
Hex E1 52 BA

RGB Percentages of Color #e152ba

%45.64
%16.63
%37.73

CMYK Percentages of Color #e152ba

%0
%64
%17
%12

Triadic Colors of #e152ba

#e152ba #bae152 #52bae1

Analogous Colors of #e152ba

#e152ba #e15273 #c152e1

Monochromatic Colors of #e152ba

#e152ba

Complementary Color

#e152ba #52e179

#e152ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e152ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e152ba Color CSS Codes

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

#e152ba Text Font Color

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

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


#e152ba Background Color

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

This div background color is #e152ba


#e152ba Border Color

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

This div border color is #e152ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e152ba


Comments

No comments written yet.

Please login to write comment.