Color Hex Logo

#e353dc Color Hex

#E353DC
(227,83,220)
0 Favorites   0 Comments

Color spaces of #e353dc

RGB 22783220
HSL0.840.720.61
HSV303°63°89°
CMYK 0.000.630.03   0.11
XYZ47.690127.684770.5403
Yxy27.68470.32680.1897
Hunter Lab52.616369.7096-42.6561
CIE-Lab59.602871.4393-42.7073

#e353dc color RGB value is (227,83,220).

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

The process color (four color CMYK) of #e353dc color hex is 0.00, 0.63, 0.03, 0.11. Web safe color of #e353dc is #cc66cc. Color #e353dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 11011100
Octal 343 123 334
Decimal 227 83 220
Hex E3 53 DC

RGB Percentages of Color #e353dc

%42.83
%15.66
%41.51

CMYK Percentages of Color #e353dc

%0
%63
%3
%11

Triadic Colors of #e353dc

#e353dc #dce353 #53dce3

Analogous Colors of #e353dc

#e353dc #e35394 #a253e3

Monochromatic Colors of #e353dc

#e353dc

Complementary Color

#e353dc #53e35a

#e353dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353dc Color CSS Codes

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

#e353dc Text Font Color

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

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


#e353dc Background Color

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

This div background color is #e353dc


#e353dc Border Color

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

This div border color is #e353dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353dc


Comments

No comments written yet.

Please login to write comment.