Color Hex Logo

#e543bf Color Hex

#E543BF
(229,67,191)
0 Favorites   0 Comments

Color spaces of #e543bf

RGB 22967191
HSL0.870.760.58
HSV314°71°90°
CMYK 0.000.710.17   0.10
XYZ43.724224.433951.7019
Yxy24.43390.36480.2039
Hunter Lab49.430771.3896-27.4128
CIE-Lab56.519673.3951-30.9976

#e543bf color RGB value is (229,67,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000011 10111111
Octal 345 103 277
Decimal 229 67 191
Hex E5 43 BF

RGB Percentages of Color #e543bf

%47.02
%13.76
%39.22

CMYK Percentages of Color #e543bf

%0
%71
%17
%10

Triadic Colors of #e543bf

#e543bf #bfe543 #43bfe5

Analogous Colors of #e543bf

#e543bf #e5436e #ba43e5

Monochromatic Colors of #e543bf

#e543bf

Complementary Color

#e543bf #43e569

#e543bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e543bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e543bf Color CSS Codes

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

#e543bf Text Font Color

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

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


#e543bf Background Color

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

This div background color is #e543bf


#e543bf Border Color

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

This div border color is #e543bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e543bf


Comments

No comments written yet.

Please login to write comment.