Color Hex Logo

#e371ff Color Hex

#E371FF
(227,113,255)
0 Favorites   0 Comments

Color spaces of #e371ff

RGB 227113255
HSL0.801.000.72
HSV288°56°100°
CMYK 0.110.560.00   0.00
XYZ55.633735.361198.5009
Yxy35.36110.29360.1866
Hunter Lab59.465262.9347-56.5851
CIE-Lab66.028864.6780-52.0008

#e371ff color RGB value is (227,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110001 11111111
Octal 343 161 377
Decimal 227 113 255
Hex E3 71 FF

RGB Percentages of Color #e371ff

%38.15
%18.99
%42.86

CMYK Percentages of Color #e371ff

%11
%56
%0
%0

Triadic Colors of #e371ff

#e371ff #ffe371 #71ffe3

Analogous Colors of #e371ff

#e371ff #ff71d4 #9c71ff

Monochromatic Colors of #e371ff

#e371ff

Complementary Color

#e371ff #8dff71

#e371ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e371ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e371ff Color CSS Codes

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

#e371ff Text Font Color

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

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


#e371ff Background Color

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

This div background color is #e371ff


#e371ff Border Color

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

This div border color is #e371ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e371ff

Related Colors


Comments

No comments written yet.

Please login to write comment.