Color Hex Logo

#e542cd Color Hex

#E542CD
(229,66,205)
0 Favorites   0 Comments

Color spaces of #e542cd

RGB 22966205
HSL0.860.760.58
HSV309°71°90°
CMYK 0.000.710.10   0.10
XYZ45.280824.962260.1892
Yxy24.96220.34720.1914
Hunter Lab49.962274.3410-36.4528
CIE-Lab57.038675.6853-38.2121

#e542cd color RGB value is (229,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000010 11001101
Octal 345 102 315
Decimal 229 66 205
Hex E5 42 CD

RGB Percentages of Color #e542cd

%45.80
%13.20
%41.00

CMYK Percentages of Color #e542cd

%0
%71
%10
%10

Triadic Colors of #e542cd

#e542cd #cde542 #42cde5

Analogous Colors of #e542cd

#e542cd #e5427c #ac42e5

Monochromatic Colors of #e542cd

#e542cd

Complementary Color

#e542cd #42e55a

#e542cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e542cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e542cd Color CSS Codes

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

#e542cd Text Font Color

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

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


#e542cd Background Color

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

This div background color is #e542cd


#e542cd Border Color

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

This div border color is #e542cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e542cd


Comments

No comments written yet.

Please login to write comment.