Color Hex Logo

#e381ff Color Hex

#E381FF
(227,129,255)
0 Favorites   0 Comments

Color spaces of #e381ff

RGB 227129255
HSL0.801.000.75
HSV287°49°100°
CMYK 0.110.490.00   0.00
XYZ57.578839.251499.1493
Yxy39.25140.29380.2003
Hunter Lab62.650954.4097-49.9747
CIE-Lab68.933056.9788-47.4171

#e381ff color RGB value is (227,129,255).

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

The process color (four color CMYK) of #e381ff color hex is 0.11, 0.49, 0.00, 0.00. Web safe color of #e381ff is #cc99ff. Color #e381ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 11111111
Octal 343 201 377
Decimal 227 129 255
Hex E3 81 FF

RGB Percentages of Color #e381ff

%37.15
%21.11
%41.73

CMYK Percentages of Color #e381ff

%11
%49
%0
%0

Triadic Colors of #e381ff

#e381ff #ffe381 #81ffe3

Analogous Colors of #e381ff

#e381ff #ff81dc #a481ff

Monochromatic Colors of #e381ff

#e381ff

Complementary Color

#e381ff #9dff81

#e381ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e381ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e381ff Color CSS Codes

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

#e381ff Text Font Color

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

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


#e381ff Background Color

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

This div background color is #e381ff


#e381ff Border Color

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

This div border color is #e381ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e381ff


Comments

No comments written yet.

Please login to write comment.