Color Hex Logo

#e53cde Color Hex

#E53CDE
(229,60,222)
0 Favorites   0 Comments

Color spaces of #e53cde

RGB 22960222
HSL0.840.760.57
HSV302°74°90°
CMYK 0.000.740.03   0.10
XYZ47.113825.163771.4811
Yxy25.16370.32770.1750
Hunter Lab50.163479.8623-49.3717
CIE-Lab57.234680.0403-47.5564

#e53cde color RGB value is (229,60,222).

#e53cde hex color red value is 229, green value is 60 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e53cde hue: 0.84 , saturation: 0.76 and the lightness value of e53cde is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111100 11011110
Octal 345 74 336
Decimal 229 60 222
Hex E5 3C DE

RGB Percentages of Color #e53cde

%44.81
%11.74
%43.44

CMYK Percentages of Color #e53cde

%0
%74
%3
%10

Triadic Colors of #e53cde

#e53cde #dee53c #3cdee5

Analogous Colors of #e53cde

#e53cde #e53c8a #983ce5

Monochromatic Colors of #e53cde

#e53cde

Complementary Color

#e53cde #3ce543

#e53cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53cde Color CSS Codes

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

#e53cde Text Font Color

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

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


#e53cde Background Color

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

This div background color is #e53cde


#e53cde Border Color

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

This div border color is #e53cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53cde


Comments

No comments written yet.

Please login to write comment.