Color Hex Logo

#e511b8 Color Hex

#E511B8
(229,17,184)
0 Favorites   0 Comments

Color spaces of #e511b8

RGB 22917184
HSL0.870.860.48
HSV313°93°90°
CMYK 0.000.930.20   0.10
XYZ41.165320.519647.1384
Yxy20.51960.37830.1886
Hunter Lab45.298682.9403-29.9891
CIE-Lab52.419783.3859-33.3337

#e511b8 color RGB value is (229,17,184).

#e511b8 hex color red value is 229, green value is 17 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #e511b8 hue: 0.87 , saturation: 0.86 and the lightness value of e511b8 is 0.48.

The process color (four color CMYK) of #e511b8 color hex is 0.00, 0.93, 0.20, 0.10. Web safe color of #e511b8 is #cc00cc. Color #e511b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 10111000
Octal 345 21 270
Decimal 229 17 184
Hex E5 11 B8

RGB Percentages of Color #e511b8

%53.26
%3.95
%42.79

CMYK Percentages of Color #e511b8

%0
%93
%20
%10

Triadic Colors of #e511b8

#e511b8 #b8e511 #11b8e5

Analogous Colors of #e511b8

#e511b8 #e5114e #a811e5

Monochromatic Colors of #e511b8

#e511b8

Complementary Color

#e511b8 #11e53e

#e511b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e511b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e511b8 Color CSS Codes

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

#e511b8 Text Font Color

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

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


#e511b8 Background Color

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

This div background color is #e511b8


#e511b8 Border Color

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

This div border color is #e511b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e511b8


Comments

No comments written yet.

Please login to write comment.