Color Hex Logo

#e452dc Color Hex

#E452DC
(228,82,220)
0 Favorites   0 Comments

Color spaces of #e452dc

RGB 22882220
HSL0.840.730.61
HSV303°64°89°
CMYK 0.000.640.04   0.11
XYZ47.930527.695970.5298
Yxy27.69590.32790.1895
Hunter Lab52.626970.4737-42.6208
CIE-Lab59.613072.0618-42.6811

#e452dc color RGB value is (228,82,220).

#e452dc hex color red value is 228, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e452dc hue: 0.84 , saturation: 0.73 and the lightness value of e452dc is 0.61.

The process color (four color CMYK) of #e452dc color hex is 0.00, 0.64, 0.04, 0.11. Web safe color of #e452dc is #cc66cc. Color #e452dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010010 11011100
Octal 344 122 334
Decimal 228 82 220
Hex E4 52 DC

RGB Percentages of Color #e452dc

%43.02
%15.47
%41.51

CMYK Percentages of Color #e452dc

%0
%64
%4
%11

Triadic Colors of #e452dc

#e452dc #dce452 #52dce4

Analogous Colors of #e452dc

#e452dc #e45293 #a352e4

Monochromatic Colors of #e452dc

#e452dc

Complementary Color

#e452dc #52e45a

#e452dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e452dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e452dc Color CSS Codes

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

#e452dc Text Font Color

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

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


#e452dc Background Color

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

This div background color is #e452dc


#e452dc Border Color

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

This div border color is #e452dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,82,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 #e452dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e452dc


Comments

No comments written yet.

Please login to write comment.