Color Hex Logo

#e541cd Color Hex

#E541CD
(229,65,205)
1 Favorites   0 Comments

Color spaces of #e541cd

RGB 22965205
HSL0.860.760.58
HSV309°72°90°
CMYK 0.000.720.10   0.10
XYZ45.222824.846460.1699
Yxy24.84640.34720.1908
Hunter Lab49.846274.7129-36.6774
CIE-Lab56.925576.0061-38.3896

#e541cd color RGB value is (229,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000001 11001101
Octal 345 101 315
Decimal 229 65 205
Hex E5 41 CD

RGB Percentages of Color #e541cd

%45.89
%13.03
%41.08

CMYK Percentages of Color #e541cd

%0
%72
%10
%10

Triadic Colors of #e541cd

#e541cd #cde541 #41cde5

Analogous Colors of #e541cd

#e541cd #e5417b #ab41e5

Monochromatic Colors of #e541cd

#e541cd

Complementary Color

#e541cd #41e559

#e541cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e541cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e541cd Color CSS Codes

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

#e541cd Text Font Color

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

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


#e541cd Background Color

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

This div background color is #e541cd


#e541cd Border Color

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

This div border color is #e541cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,65,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 #e541cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e541cd


Comments

No comments written yet.

Please login to write comment.