Color Hex Logo

#e50bbb Color Hex

#E50BBB
(229,11,187)
0 Favorites   0 Comments

Color spaces of #e50bbb

RGB 22911187
HSL0.870.910.47
HSV312°95°90°
CMYK 0.000.950.18   0.10
XYZ41.402420.485248.7856
Yxy20.48520.37410.1851
Hunter Lab45.260684.0780-32.2253
CIE-Lab52.381484.2757-35.1418

#e50bbb color RGB value is (229,11,187).

#e50bbb hex color red value is 229, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e50bbb hue: 0.87 , saturation: 0.91 and the lightness value of e50bbb is 0.47.

The process color (four color CMYK) of #e50bbb color hex is 0.00, 0.95, 0.18, 0.10. Web safe color of #e50bbb is #cc00cc. Color #e50bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001011 10111011
Octal 345 13 273
Decimal 229 11 187
Hex E5 B BB

RGB Percentages of Color #e50bbb

%53.63
%2.58
%43.79

CMYK Percentages of Color #e50bbb

%0
%95
%18
%10

Triadic Colors of #e50bbb

#e50bbb #bbe50b #0bbbe5

Analogous Colors of #e50bbb

#e50bbb #e50b4e #a20be5

Monochromatic Colors of #e50bbb

#e50bbb

Complementary Color

#e50bbb #0be535

#e50bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50bbb Color CSS Codes

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

#e50bbb Text Font Color

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

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


#e50bbb Background Color

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

This div background color is #e50bbb


#e50bbb Border Color

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

This div border color is #e50bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,11,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50bbb


Comments

No comments written yet.

Please login to write comment.