Color Hex Logo

#e540bb Color Hex

#E540BB
(229,64,187)
0 Favorites   0 Comments

Color spaces of #e540bb

RGB 22964187
HSL0.880.760.57
HSV315°72°90°
CMYK 0.000.720.18   0.10
XYZ43.116123.912749.3568
Yxy23.91270.37050.2055
Hunter Lab48.900671.8089-25.6127
CIE-Lab56.000373.8360-29.4973

#e540bb color RGB value is (229,64,187).

#e540bb hex color red value is 229, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e540bb hue: 0.88 , saturation: 0.76 and the lightness value of e540bb is 0.57.

The process color (four color CMYK) of #e540bb color hex is 0.00, 0.72, 0.18, 0.10. Web safe color of #e540bb is #cc33cc. Color #e540bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 10111011
Octal 345 100 273
Decimal 229 64 187
Hex E5 40 BB

RGB Percentages of Color #e540bb

%47.71
%13.33
%38.96

CMYK Percentages of Color #e540bb

%0
%72
%18
%10

Triadic Colors of #e540bb

#e540bb #bbe540 #40bbe5

Analogous Colors of #e540bb

#e540bb #e54069 #bd40e5

Monochromatic Colors of #e540bb

#e540bb

Complementary Color

#e540bb #40e56a

#e540bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e540bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e540bb Color CSS Codes

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

#e540bb Text Font Color

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

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


#e540bb Background Color

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

This div background color is #e540bb


#e540bb Border Color

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

This div border color is #e540bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e540bb


Comments

No comments written yet.

Please login to write comment.