Color Hex Logo

#e357dc Color Hex

#E357DC
(227,87,220)
0 Favorites   0 Comments

Color spaces of #e357dc

RGB 22787220
HSL0.840.710.62
HSV303°62°89°
CMYK 0.000.620.03   0.11
XYZ48.005028.314670.6453
Yxy28.31460.32660.1927
Hunter Lab53.211567.9146-41.4673
CIE-Lab60.171969.8589-41.8119

#e357dc color RGB value is (227,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010111 11011100
Octal 343 127 334
Decimal 227 87 220
Hex E3 57 DC

RGB Percentages of Color #e357dc

%42.51
%16.29
%41.20

CMYK Percentages of Color #e357dc

%0
%62
%3
%11

Triadic Colors of #e357dc

#e357dc #dce357 #57dce3

Analogous Colors of #e357dc

#e357dc #e35796 #a457e3

Monochromatic Colors of #e357dc

#e357dc

Complementary Color

#e357dc #57e35e

#e357dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e357dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e357dc Color CSS Codes

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

#e357dc Text Font Color

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

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


#e357dc Background Color

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

This div background color is #e357dc


#e357dc Border Color

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

This div border color is #e357dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e357dc


Comments

No comments written yet.

Please login to write comment.