Color Hex Logo

#e355eb Color Hex

#E355EB
(227,85,235)
0 Favorites   0 Comments

Color spaces of #e355eb

RGB 22785235
HSL0.820.790.63
HSV297°64°92°
CMYK 0.030.640.00   0.08
XYZ49.922428.826181.5300
Yxy28.82610.31150.1799
Hunter Lab53.689972.0169-52.4509
CIE-Lab60.627873.1259-49.4969

#e355eb color RGB value is (227,85,235).

#e355eb hex color red value is 227, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e355eb hue: 0.82 , saturation: 0.79 and the lightness value of e355eb is 0.63.

The process color (four color CMYK) of #e355eb color hex is 0.03, 0.64, 0.00, 0.08. Web safe color of #e355eb is #cc66ff. Color #e355eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 11101011
Octal 343 125 353
Decimal 227 85 235
Hex E3 55 EB

RGB Percentages of Color #e355eb

%41.50
%15.54
%42.96

CMYK Percentages of Color #e355eb

%3
%64
%0
%8

Triadic Colors of #e355eb

#e355eb #ebe355 #55ebe3

Analogous Colors of #e355eb

#e355eb #eb55a8 #9855eb

Monochromatic Colors of #e355eb

#e355eb

Complementary Color

#e355eb #5deb55

#e355eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355eb Color CSS Codes

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

#e355eb Text Font Color

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

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


#e355eb Background Color

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

This div background color is #e355eb


#e355eb Border Color

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

This div border color is #e355eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355eb


Comments

No comments written yet.

Please login to write comment.