Color Hex Logo

#e511be Color Hex

#E511BE
(229,17,190)
0 Favorites   0 Comments

Color spaces of #e511be

RGB 22917190
HSL0.860.860.48
HSV311°93°90°
CMYK 0.000.930.17   0.10
XYZ41.807820.776650.5220
Yxy20.77660.36960.1837
Hunter Lab45.581483.9551-33.8096
CIE-Lab52.704184.1177-36.3800

#e511be color RGB value is (229,17,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010001 10111110
Octal 345 21 276
Decimal 229 17 190
Hex E5 11 BE

RGB Percentages of Color #e511be

%52.52
%3.90
%43.58

CMYK Percentages of Color #e511be

%0
%93
%17
%10

Triadic Colors of #e511be

#e511be #bee511 #11bee5

Analogous Colors of #e511be

#e511be #e51154 #a211e5

Monochromatic Colors of #e511be

#e511be

Complementary Color

#e511be #11e538

#e511be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e511be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e511be Color CSS Codes

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

#e511be Text Font Color

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

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


#e511be Background Color

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

This div background color is #e511be


#e511be Border Color

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

This div border color is #e511be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e511be


Comments

No comments written yet.

Please login to write comment.