Color Hex Logo

#e52dcf Color Hex

#E52DCF
(229,45,207)
0 Favorites   0 Comments

Color spaces of #e52dcf

RGB 22945207
HSL0.850.780.54
HSV307°80°90°
CMYK 0.000.800.10   0.10
XYZ44.514023.039861.1325
Yxy23.03980.34590.1790
Hunter Lab47.999881.5375-41.9118
CIE-Lab55.113381.7670-42.3845

#e52dcf color RGB value is (229,45,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101101 11001111
Octal 345 55 317
Decimal 229 45 207
Hex E5 2D CF

RGB Percentages of Color #e52dcf

%47.61
%9.36
%43.04

CMYK Percentages of Color #e52dcf

%0
%80
%10
%10

Triadic Colors of #e52dcf

#e52dcf #cfe52d #2dcfe5

Analogous Colors of #e52dcf

#e52dcf #e52d73 #9f2de5

Monochromatic Colors of #e52dcf

#e52dcf

Complementary Color

#e52dcf #2de543

#e52dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52dcf Color CSS Codes

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

#e52dcf Text Font Color

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

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


#e52dcf Background Color

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

This div background color is #e52dcf


#e52dcf Border Color

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

This div border color is #e52dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52dcf


Comments

No comments written yet.

Please login to write comment.