Color Hex Logo

#e52dbe Color Hex

#E52DBE
(229,45,190)
0 Favorites   0 Comments

Color spaces of #e52dbe

RGB 22945190
HSL0.870.780.54
HSV313°80°90°
CMYK 0.000.800.17   0.10
XYZ42.545722.252550.7679
Yxy22.25250.36820.1926
Hunter Lab47.172678.4401-30.7881
CIE-Lab54.293979.4894-33.8898

#e52dbe color RGB value is (229,45,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 10111110
Octal 345 55 276
Decimal 229 45 190
Hex E5 2D BE

RGB Percentages of Color #e52dbe

%49.35
%9.70
%40.95

CMYK Percentages of Color #e52dbe

%0
%80
%17
%10

Triadic Colors of #e52dbe

#e52dbe #bee52d #2dbee5

Analogous Colors of #e52dbe

#e52dbe #e52d62 #b02de5

Monochromatic Colors of #e52dbe

#e52dbe

Complementary Color

#e52dbe #2de554

#e52dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dbe Color CSS Codes

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

#e52dbe Text Font Color

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

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


#e52dbe Background Color

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

This div background color is #e52dbe


#e52dbe Border Color

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

This div border color is #e52dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dbe


Comments

No comments written yet.

Please login to write comment.