Color Hex Logo

#e355ff Color Hex

#E355FF
(227,85,255)
0 Favorites   0 Comments

Color spaces of #e355ff

RGB 22785255
HSL0.811.000.67
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.977130.047997.6154
Yxy30.04790.29330.1663
Hunter Lab54.816076.5841-67.2115
CIE-Lab61.695576.5898-58.8906

#e355ff color RGB value is (227,85,255).

#e355ff hex color red value is 227, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e355ff hue: 0.81 , saturation: 1.00 and the lightness value of e355ff is 0.67.

The process color (four color CMYK) of #e355ff color hex is 0.11, 0.67, 0.00, 0.00. Web safe color of #e355ff is #cc66ff. Color #e355ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 11111111
Octal 343 125 377
Decimal 227 85 255
Hex E3 55 FF

RGB Percentages of Color #e355ff

%40.04
%14.99
%44.97

CMYK Percentages of Color #e355ff

%11
%67
%0
%0

Triadic Colors of #e355ff

#e355ff #ffe355 #55ffe3

Analogous Colors of #e355ff

#e355ff #ff55c6 #8e55ff

Monochromatic Colors of #e355ff

#e355ff

Complementary Color

#e355ff #71ff55

#e355ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e355ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e355ff Color CSS Codes

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

#e355ff Text Font Color

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

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


#e355ff Background Color

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

This div background color is #e355ff


#e355ff Border Color

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

This div border color is #e355ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e355ff


Comments

No comments written yet.

Please login to write comment.