Color Hex Logo

#e543de Color Hex

#E543DE
(229,67,222)
0 Favorites   0 Comments

Color spaces of #e543de

RGB 22967222
HSL0.840.760.58
HSV303°71°90°
CMYK 0.000.710.03   0.10
XYZ47.505125.946271.6116
Yxy25.94620.32750.1789
Hunter Lab50.937477.3317-47.6981
CIE-Lab57.985977.8941-46.3667

#e543de color RGB value is (229,67,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000011 11011110
Octal 345 103 336
Decimal 229 67 222
Hex E5 43 DE

RGB Percentages of Color #e543de

%44.21
%12.93
%42.86

CMYK Percentages of Color #e543de

%0
%71
%3
%10

Triadic Colors of #e543de

#e543de #dee543 #43dee5

Analogous Colors of #e543de

#e543de #e5438d #9b43e5

Monochromatic Colors of #e543de

#e543de

Complementary Color

#e543de #43e54a

#e543de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e543de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e543de Color CSS Codes

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

#e543de Text Font Color

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

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


#e543de Background Color

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

This div background color is #e543de


#e543de Border Color

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

This div border color is #e543de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e543de


Comments

No comments written yet.

Please login to write comment.