Color Hex Logo

#e52dde Color Hex

#E52DDE
(229,45,222)
0 Favorites   0 Comments

Color spaces of #e52dde

RGB 22945222
HSL0.840.780.54
HSV302°80°90°
CMYK 0.000.800.03   0.10
XYZ46.436323.808771.2553
Yxy23.80870.32820.1683
Hunter Lab48.794284.4846-52.4267
CIE-Lab55.895783.9052-49.6815

#e52dde color RGB value is (229,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 11011110
Octal 345 55 336
Decimal 229 45 222
Hex E5 2D DE

RGB Percentages of Color #e52dde

%46.17
%9.07
%44.76

CMYK Percentages of Color #e52dde

%0
%80
%3
%10

Triadic Colors of #e52dde

#e52dde #dee52d #2ddee5

Analogous Colors of #e52dde

#e52dde #e52d82 #902de5

Monochromatic Colors of #e52dde

#e52dde

Complementary Color

#e52dde #2de534

#e52dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dde Color CSS Codes

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

#e52dde Text Font Color

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

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


#e52dde Background Color

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

This div background color is #e52dde


#e52dde Border Color

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

This div border color is #e52dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dde


Comments

No comments written yet.

Please login to write comment.