Color Hex Logo

#e543ea Color Hex

#E543EA
(229,67,234)
0 Favorites   0 Comments

Color spaces of #e543ea

RGB 22967234
HSL0.830.800.59
HSV298°71°92°
CMYK 0.020.710.00   0.08
XYZ49.171526.612880.3871
Yxy26.61280.31490.1704
Hunter Lab51.587679.8617-56.2782
CIE-Lab58.614279.7726-52.1161

#e543ea color RGB value is (229,67,234).

#e543ea hex color red value is 229, green value is 67 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e543ea hue: 0.83 , saturation: 0.80 and the lightness value of e543ea is 0.59.

The process color (four color CMYK) of #e543ea color hex is 0.02, 0.71, 0.00, 0.08. Web safe color of #e543ea is #cc33ff. Color #e543ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000011 11101010
Octal 345 103 352
Decimal 229 67 234
Hex E5 43 EA

RGB Percentages of Color #e543ea

%43.21
%12.64
%44.15

CMYK Percentages of Color #e543ea

%2
%71
%0
%8

Triadic Colors of #e543ea

#e543ea #eae543 #43eae5

Analogous Colors of #e543ea

#e543ea #ea439c #9243ea

Monochromatic Colors of #e543ea

#e543ea

Complementary Color

#e543ea #48ea43

#e543ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e543ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e543ea Color CSS Codes

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

#e543ea Text Font Color

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

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


#e543ea Background Color

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

This div background color is #e543ea


#e543ea Border Color

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

This div border color is #e543ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e543ea


Comments

No comments written yet.

Please login to write comment.