Color Hex Logo

#e852dc Color Hex

#E852DC
(232,82,220)
0 Favorites   0 Comments

Color spaces of #e852dc

RGB 23282220
HSL0.850.770.62
HSV305°65°91°
CMYK 0.000.650.05   0.09
XYZ49.214328.357770.5898
Yxy28.35770.33220.1914
Hunter Lab53.251971.7749-41.3174
CIE-Lab60.210573.0083-41.7000

#e852dc color RGB value is (232,82,220).

#e852dc hex color red value is 232, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e852dc hue: 0.85 , saturation: 0.77 and the lightness value of e852dc is 0.62.

The process color (four color CMYK) of #e852dc color hex is 0.00, 0.65, 0.05, 0.09. Web safe color of #e852dc is #ff66cc. Color #e852dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010010 11011100
Octal 350 122 334
Decimal 232 82 220
Hex E8 52 DC

RGB Percentages of Color #e852dc

%43.45
%15.36
%41.20

CMYK Percentages of Color #e852dc

%0
%65
%5
%9

Triadic Colors of #e852dc

#e852dc #dce852 #52dce8

Analogous Colors of #e852dc

#e852dc #e85291 #a952e8

Monochromatic Colors of #e852dc

#e852dc

Complementary Color

#e852dc #52e85e

#e852dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e852dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e852dc Color CSS Codes

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

#e852dc Text Font Color

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

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


#e852dc Background Color

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

This div background color is #e852dc


#e852dc Border Color

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

This div border color is #e852dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e852dc


Comments

No comments written yet.

Please login to write comment.