Color Hex Logo

#e52cc7 Color Hex

#E52CC7
(229,44,199)
0 Favorites   0 Comments

Color spaces of #e52cc7

RGB 22944199
HSL0.860.780.54
HSV310°81°90°
CMYK 0.000.810.13   0.10
XYZ43.522622.582956.0979
Yxy22.58290.35610.1848
Hunter Lab47.521580.3169-36.7253
CIE-Lab54.640180.9025-38.5407

#e52cc7 color RGB value is (229,44,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00101100 11000111
Octal 345 54 307
Decimal 229 44 199
Hex E5 2C C7

RGB Percentages of Color #e52cc7

%48.52
%9.32
%42.16

CMYK Percentages of Color #e52cc7

%0
%81
%13
%10

Triadic Colors of #e52cc7

#e52cc7 #c7e52c #2cc7e5

Analogous Colors of #e52cc7

#e52cc7 #e52c6b #a72ce5

Monochromatic Colors of #e52cc7

#e52cc7

Complementary Color

#e52cc7 #2ce54a

#e52cc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52cc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52cc7 Color CSS Codes

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

#e52cc7 Text Font Color

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

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


#e52cc7 Background Color

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

This div background color is #e52cc7


#e52cc7 Border Color

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

This div border color is #e52cc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52cc7


Comments

No comments written yet.

Please login to write comment.