Color Hex Logo

#e535ca Color Hex

#E535CA
(229,53,202)
0 Favorites   0 Comments

Color spaces of #e535ca

RGB 22953202
HSL0.860.770.55
HSV309°77°90°
CMYK 0.000.770.12   0.10
XYZ44.246923.468558.0749
Yxy23.46850.35180.1866
Hunter Lab48.444378.2566-37.1657
CIE-Lab55.551779.0993-38.8308

#e535ca color RGB value is (229,53,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 11001010
Octal 345 65 312
Decimal 229 53 202
Hex E5 35 CA

RGB Percentages of Color #e535ca

%47.31
%10.95
%41.74

CMYK Percentages of Color #e535ca

%0
%77
%12
%10

Triadic Colors of #e535ca

#e535ca #cae535 #35cae5

Analogous Colors of #e535ca

#e535ca #e53572 #a835e5

Monochromatic Colors of #e535ca

#e535ca

Complementary Color

#e535ca #35e550

#e535ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e535ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e535ca Color CSS Codes

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

#e535ca Text Font Color

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

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


#e535ca Background Color

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

This div background color is #e535ca


#e535ca Border Color

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

This div border color is #e535ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e535ca


Comments

No comments written yet.

Please login to write comment.