Color Hex Logo

#e535d2 Color Hex

#E535D2
(229,53,210)
0 Favorites   0 Comments

Color spaces of #e535d2

RGB 22953210
HSL0.850.770.55
HSV306°77°90°
CMYK 0.000.770.08   0.10
XYZ45.219123.857463.1944
Yxy23.85740.34190.1804
Hunter Lab48.844079.7756-42.5186
CIE-Lab55.944780.2227-42.7856

#e535d2 color RGB value is (229,53,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 11010010
Octal 345 65 322
Decimal 229 53 210
Hex E5 35 D2

RGB Percentages of Color #e535d2

%46.54
%10.77
%42.68

CMYK Percentages of Color #e535d2

%0
%77
%8
%10

Triadic Colors of #e535d2

#e535d2 #d2e535 #35d2e5

Analogous Colors of #e535d2

#e535d2 #e5357a #a035e5

Monochromatic Colors of #e535d2

#e535d2

Complementary Color

#e535d2 #35e548

#e535d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e535d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e535d2 Color CSS Codes

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

#e535d2 Text Font Color

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

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


#e535d2 Background Color

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

This div background color is #e535d2


#e535d2 Border Color

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

This div border color is #e535d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e535d2


Comments

No comments written yet.

Please login to write comment.