Color Hex Logo

#e081ff Color Hex

#E081FF
(224,129,255)
0 Favorites   0 Comments

Color spaces of #e081ff

RGB 224129255
HSL0.791.000.75
HSV285°49°100°
CMYK 0.120.490.00   0.00
XYZ56.640738.767899.1054
Yxy38.76780.29120.1993
Hunter Lab62.263853.4179-50.7874
CIE-Lab68.582756.1782-47.9924

#e081ff color RGB value is (224,129,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 11111111
Octal 340 201 377
Decimal 224 129 255
Hex E0 81 FF

RGB Percentages of Color #e081ff

%36.84
%21.22
%41.94

CMYK Percentages of Color #e081ff

%12
%49
%0
%0

Triadic Colors of #e081ff

#e081ff #ffe081 #81ffe0

Analogous Colors of #e081ff

#e081ff #ff81df #a181ff

Monochromatic Colors of #e081ff

#e081ff

Complementary Color

#e081ff #a0ff81

#e081ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081ff Color CSS Codes

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

#e081ff Text Font Color

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

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


#e081ff Background Color

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

This div background color is #e081ff


#e081ff Border Color

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

This div border color is #e081ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081ff


Comments

No comments written yet.

Please login to write comment.