Color Hex Logo

#e535cd Color Hex

#E535CD
(229,53,205)
0 Favorites   0 Comments

Color spaces of #e535cd

RGB 22953205
HSL0.860.770.55
HSV308°77°90°
CMYK 0.000.770.10   0.10
XYZ44.605623.612059.9642
Yxy23.61200.34800.1842
Hunter Lab48.592278.8193-39.1511
CIE-Lab55.697279.5163-40.3200

#e535cd color RGB value is (229,53,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 11001101
Octal 345 65 315
Decimal 229 53 205
Hex E5 35 CD

RGB Percentages of Color #e535cd

%47.02
%10.88
%42.09

CMYK Percentages of Color #e535cd

%0
%77
%10
%10

Triadic Colors of #e535cd

#e535cd #cde535 #35cde5

Analogous Colors of #e535cd

#e535cd #e53575 #a535e5

Monochromatic Colors of #e535cd

#e535cd

Complementary Color

#e535cd #35e54d

#e535cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e535cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e535cd Color CSS Codes

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

#e535cd Text Font Color

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

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


#e535cd Background Color

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

This div background color is #e535cd


#e535cd Border Color

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

This div border color is #e535cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e535cd


Comments

No comments written yet.

Please login to write comment.