Color Hex Logo

#e319ff Color Hex

#E319FF
(227,25,255)
0 Favorites   0 Comments

Color spaces of #e319ff

RGB 22725255
HSL0.811.000.55
HSV293°90°100°
CMYK 0.110.900.00   0.00
XYZ50.076224.246296.6484
Yxy24.24620.29290.1418
Hunter Lab49.240495.3590-81.9052
CIE-Lab56.333592.0501-67.4966

#e319ff color RGB value is (227,25,255).

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

The process color (four color CMYK) of #e319ff color hex is 0.11, 0.90, 0.00, 0.00. Web safe color of #e319ff is #cc00ff. Color #e319ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 11111111
Octal 343 31 377
Decimal 227 25 255
Hex E3 19 FF

RGB Percentages of Color #e319ff

%44.77
%4.93
%50.30

CMYK Percentages of Color #e319ff

%11
%90
%0
%0

Triadic Colors of #e319ff

#e319ff #ffe319 #19ffe3

Analogous Colors of #e319ff

#e319ff #ff19a8 #7019ff

Monochromatic Colors of #e319ff

#e319ff

Complementary Color

#e319ff #35ff19

#e319ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e319ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e319ff Color CSS Codes

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

#e319ff Text Font Color

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

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


#e319ff Background Color

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

This div background color is #e319ff


#e319ff Border Color

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

This div border color is #e319ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e319ff

Related Colors


Comments

No comments written yet.

Please login to write comment.