Color Hex Logo

#e500ba Color Hex

#E500BA
(229,0,186)
0 Favorites   0 Comments

Color spaces of #e500ba

RGB 2290186
HSL0.861.000.45
HSV311°100°90°
CMYK 0.001.000.19   0.10
XYZ41.176020.203248.1838
Yxy20.20320.37580.1844
Hunter Lab44.948084.8616-32.0947
CIE-Lab52.066284.9423-35.0534

#e500ba color RGB value is (229,0,186).

#e500ba hex color red value is 229, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e500ba hue: 0.86 , saturation: 1.00 and the lightness value of e500ba is 0.45.

The process color (four color CMYK) of #e500ba color hex is 0.00, 1.00, 0.19, 0.10. Web safe color of #e500ba is #cc00cc. Color #e500ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000000 10111010
Octal 345 0 272
Decimal 229 0 186
Hex E5 0 BA

RGB Percentages of Color #e500ba

%55.18
%0.00
%44.82

CMYK Percentages of Color #e500ba

%0
%100
%19
%10

Triadic Colors of #e500ba

#e500ba #bae500 #00bae5

Analogous Colors of #e500ba

#e500ba #e50047 #9e00e5

Monochromatic Colors of #e500ba

#e500ba

Complementary Color

#e500ba #00e52b

#e500ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e500ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e500ba Color CSS Codes

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

#e500ba Text Font Color

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

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


#e500ba Background Color

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

This div background color is #e500ba


#e500ba Border Color

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

This div border color is #e500ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e500ba


Comments

No comments written yet.

Please login to write comment.