Color Hex Logo

#e52cd7 Color Hex

#E52CD7
(229,44,215)
0 Favorites   0 Comments

Color spaces of #e52cd7

RGB 22944215
HSL0.850.780.54
HSV305°81°90°
CMYK 0.000.810.06   0.10
XYZ45.479523.365766.4030
Yxy23.36570.33630.1728
Hunter Lab48.338183.3524-47.6112
CIE-Lab55.447083.1157-46.4207

#e52cd7 color RGB value is (229,44,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101100 11010111
Octal 345 54 327
Decimal 229 44 215
Hex E5 2C D7

RGB Percentages of Color #e52cd7

%46.93
%9.02
%44.06

CMYK Percentages of Color #e52cd7

%0
%81
%6
%10

Triadic Colors of #e52cd7

#e52cd7 #d7e52c #2cd7e5

Analogous Colors of #e52cd7

#e52cd7 #e52c7b #972ce5

Monochromatic Colors of #e52cd7

#e52cd7

Complementary Color

#e52cd7 #2ce53a

#e52cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52cd7 Color CSS Codes

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

#e52cd7 Text Font Color

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

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


#e52cd7 Background Color

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

This div background color is #e52cd7


#e52cd7 Border Color

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

This div border color is #e52cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52cd7


Comments

No comments written yet.

Please login to write comment.