Color Hex Logo

#e084ff Color Hex

#E084FF
(224,132,255)
0 Favorites   0 Comments

Color spaces of #e084ff

RGB 224132255
HSL0.791.000.76
HSV285°48°100°
CMYK 0.120.480.00   0.00
XYZ57.041739.569899.2391
Yxy39.56980.29130.2020
Hunter Lab62.904551.7805-49.5036
CIE-Lab69.162054.6719-47.0807

#e084ff color RGB value is (224,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 11111111
Octal 340 204 377
Decimal 224 132 255
Hex E0 84 FF

RGB Percentages of Color #e084ff

%36.66
%21.60
%41.73

CMYK Percentages of Color #e084ff

%12
%48
%0
%0

Triadic Colors of #e084ff

#e084ff #ffe084 #84ffe0

Analogous Colors of #e084ff

#e084ff #ff84e1 #a384ff

Monochromatic Colors of #e084ff

#e084ff

Complementary Color

#e084ff #a3ff84

#e084ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084ff Color CSS Codes

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

#e084ff Text Font Color

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

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


#e084ff Background Color

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

This div background color is #e084ff


#e084ff Border Color

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

This div border color is #e084ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084ff


Comments

No comments written yet.

Please login to write comment.