Color Hex Logo

#e542ce Color Hex

#E542CE
(229,66,206)
0 Favorites   0 Comments

Color spaces of #e542ce

RGB 22966206
HSL0.860.760.58
HSV308°71°90°
CMYK 0.000.710.10   0.10
XYZ45.401925.010760.8271
Yxy25.01070.34590.1906
Hunter Lab50.010774.5314-37.1059
CIE-Lab57.085875.8294-38.7084

#e542ce color RGB value is (229,66,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11001110
Octal 345 102 316
Decimal 229 66 206
Hex E5 42 CE

RGB Percentages of Color #e542ce

%45.71
%13.17
%41.12

CMYK Percentages of Color #e542ce

%0
%71
%10
%10

Triadic Colors of #e542ce

#e542ce #cee542 #42cee5

Analogous Colors of #e542ce

#e542ce #e5427d #ab42e5

Monochromatic Colors of #e542ce

#e542ce

Complementary Color

#e542ce #42e559

#e542ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542ce Color CSS Codes

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

#e542ce Text Font Color

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

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


#e542ce Background Color

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

This div background color is #e542ce


#e542ce Border Color

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

This div border color is #e542ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542ce


Comments

No comments written yet.

Please login to write comment.