Color Hex Logo

#e353ff Color Hex

#E353FF
(227,83,255)
0 Favorites   0 Comments

Color spaces of #e353ff

RGB 22783255
HSL0.811.000.66
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.821829.737497.5636
Yxy29.73740.29330.1651
Hunter Lab54.532077.4709-67.9037
CIE-Lab61.427077.3448-59.3195

#e353ff color RGB value is (227,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 11111111
Octal 343 123 377
Decimal 227 83 255
Hex E3 53 FF

RGB Percentages of Color #e353ff

%40.18
%14.69
%45.13

CMYK Percentages of Color #e353ff

%11
%67
%0
%0

Triadic Colors of #e353ff

#e353ff #ffe353 #53ffe3

Analogous Colors of #e353ff

#e353ff #ff53c5 #8d53ff

Monochromatic Colors of #e353ff

#e353ff

Complementary Color

#e353ff #6fff53

#e353ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353ff Color CSS Codes

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

#e353ff Text Font Color

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

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


#e353ff Background Color

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

This div background color is #e353ff


#e353ff Border Color

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

This div border color is #e353ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353ff

Related Colors


Comments

No comments written yet.

Please login to write comment.