Color Hex Logo

#e355df Color Hex

#E355DF
(227,85,223)
0 Favorites   0 Comments

Color spaces of #e355df

RGB 22785223
HSL0.840.720.61
HSV302°63°89°
CMYK 0.000.630.02   0.11
XYZ48.246328.155672.7037
Yxy28.15560.32360.1888
Hunter Lab53.061969.4423-44.0940
CIE-Lab60.029171.1407-43.7238

#e355df color RGB value is (227,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 11011111
Octal 343 125 337
Decimal 227 85 223
Hex E3 55 DF

RGB Percentages of Color #e355df

%42.43
%15.89
%41.68

CMYK Percentages of Color #e355df

%0
%63
%2
%11

Triadic Colors of #e355df

#e355df #dfe355 #55dfe3

Analogous Colors of #e355df

#e355df #e35598 #a055e3

Monochromatic Colors of #e355df

#e355df

Complementary Color

#e355df #55e359

#e355df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355df Color CSS Codes

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

#e355df Text Font Color

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

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


#e355df Background Color

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

This div background color is #e355df


#e355df Border Color

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

This div border color is #e355df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,85,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355df


Comments

No comments written yet.

Please login to write comment.