Color Hex Logo

#e523dc Color Hex

#E523DC
(229,35,220)
0 Favorites   0 Comments

Color spaces of #e523dc

RGB 22935220
HSL0.840.790.52
HSV303°85°90°
CMYK 0.000.850.04   0.10
XYZ45.832423.027469.7392
Yxy23.02740.33070.1661
Hunter Lab47.986986.5088-52.5752
CIE-Lab55.100585.6182-49.8122

#e523dc color RGB value is (229,35,220).

#e523dc hex color red value is 229, green value is 35 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e523dc hue: 0.84 , saturation: 0.79 and the lightness value of e523dc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100011 11011100
Octal 345 43 334
Decimal 229 35 220
Hex E5 23 DC

RGB Percentages of Color #e523dc

%47.31
%7.23
%45.45

CMYK Percentages of Color #e523dc

%0
%85
%4
%10

Triadic Colors of #e523dc

#e523dc #dce523 #23dce5

Analogous Colors of #e523dc

#e523dc #e5237b #8d23e5

Monochromatic Colors of #e523dc

#e523dc

Complementary Color

#e523dc #23e52c

#e523dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e523dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e523dc Color CSS Codes

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

#e523dc Text Font Color

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

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


#e523dc Background Color

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

This div background color is #e523dc


#e523dc Border Color

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

This div border color is #e523dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e523dc


Comments

No comments written yet.

Please login to write comment.