Color Hex Logo

#e359ff Color Hex

#E359FF
(227,89,255)
0 Favorites   0 Comments

Color spaces of #e359ff

RGB 22789255
HSL0.811.000.67
HSV290°65°100°
CMYK 0.110.650.00   0.00
XYZ53.300930.695797.7233
Yxy30.69570.29330.1689
Hunter Lab55.403774.7687-65.7955
CIE-Lab62.249975.0368-58.0058

#e359ff color RGB value is (227,89,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011001 11111111
Octal 343 131 377
Decimal 227 89 255
Hex E3 59 FF

RGB Percentages of Color #e359ff

%39.75
%15.59
%44.66

CMYK Percentages of Color #e359ff

%11
%65
%0
%0

Triadic Colors of #e359ff

#e359ff #ffe359 #59ffe3

Analogous Colors of #e359ff

#e359ff #ff59c8 #9059ff

Monochromatic Colors of #e359ff

#e359ff

Complementary Color

#e359ff #75ff59

#e359ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e359ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e359ff Color CSS Codes

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

#e359ff Text Font Color

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

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


#e359ff Background Color

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

This div background color is #e359ff


#e359ff Border Color

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

This div border color is #e359ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e359ff


Comments

No comments written yet.

Please login to write comment.