Color Hex Logo

#e543b5 Color Hex

#E543B5
(229,67,181)
0 Favorites   0 Comments

Color spaces of #e543b5

RGB 22967181
HSL0.880.760.58
HSV318°71°90°
CMYK 0.000.710.21   0.10
XYZ42.660724.008546.1017
Yxy24.00850.37830.2129
Hunter Lab48.998569.6644-21.4859
CIE-Lab56.096372.0647-25.8772

#e543b5 color RGB value is (229,67,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000011 10110101
Octal 345 103 265
Decimal 229 67 181
Hex E5 43 B5

RGB Percentages of Color #e543b5

%48.01
%14.05
%37.95

CMYK Percentages of Color #e543b5

%0
%71
%21
%10

Triadic Colors of #e543b5

#e543b5 #b5e543 #43b5e5

Analogous Colors of #e543b5

#e543b5 #e54364 #c443e5

Monochromatic Colors of #e543b5

#e543b5

Complementary Color

#e543b5 #43e573

#e543b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e543b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e543b5 Color CSS Codes

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

#e543b5 Text Font Color

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

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


#e543b5 Background Color

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

This div background color is #e543b5


#e543b5 Border Color

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

This div border color is #e543b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e543b5


Comments

No comments written yet.

Please login to write comment.