Color Hex Logo

#e335ff Color Hex

#E335FF
(227,53,255)
0 Favorites   0 Comments

Color spaces of #e335ff

RGB 22753255
HSL0.811.000.60
HSV292°79°100°
CMYK 0.110.790.00   0.00
XYZ51.001726.097196.9569
Yxy26.09710.29300.1499
Hunter Lab51.085388.8085-76.7692
CIE-Lab58.129186.7829-64.6050

#e335ff color RGB value is (227,53,255).

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

The process color (four color CMYK) of #e335ff color hex is 0.11, 0.79, 0.00, 0.00. Web safe color of #e335ff is #cc33ff. Color #e335ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 11111111
Octal 343 65 377
Decimal 227 53 255
Hex E3 35 FF

RGB Percentages of Color #e335ff

%42.43
%9.91
%47.66

CMYK Percentages of Color #e335ff

%11
%79
%0
%0

Triadic Colors of #e335ff

#e335ff #ffe335 #35ffe3

Analogous Colors of #e335ff

#e335ff #ff35b6 #7e35ff

Monochromatic Colors of #e335ff

#e335ff

Complementary Color

#e335ff #51ff35

#e335ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e335ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e335ff Color CSS Codes

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

#e335ff Text Font Color

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

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


#e335ff Background Color

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

This div background color is #e335ff


#e335ff Border Color

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

This div border color is #e335ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e335ff


Comments

No comments written yet.

Please login to write comment.