Color Hex Logo

#e541bd Color Hex

#E541BD
(229,65,189)
0 Favorites   0 Comments

Color spaces of #e541bd

RGB 22965189
HSL0.870.760.58
HSV315°72°90°
CMYK 0.000.720.17   0.10
XYZ43.388724.112750.5115
Yxy24.11270.36770.2043
Hunter Lab49.104771.7887-26.6153
CIE-Lab56.200573.7811-30.3411

#e541bd color RGB value is (229,65,189).

#e541bd hex color red value is 229, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e541bd hue: 0.87 , saturation: 0.76 and the lightness value of e541bd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000001 10111101
Octal 345 101 275
Decimal 229 65 189
Hex E5 41 BD

RGB Percentages of Color #e541bd

%47.41
%13.46
%39.13

CMYK Percentages of Color #e541bd

%0
%72
%17
%10

Triadic Colors of #e541bd

#e541bd #bde541 #41bde5

Analogous Colors of #e541bd

#e541bd #e5416b #bb41e5

Monochromatic Colors of #e541bd

#e541bd

Complementary Color

#e541bd #41e569

#e541bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e541bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e541bd Color CSS Codes

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

#e541bd Text Font Color

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

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


#e541bd Background Color

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

This div background color is #e541bd


#e541bd Border Color

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

This div border color is #e541bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e541bd


Comments

No comments written yet.

Please login to write comment.