Color Hex Logo

#a084fe Color Hex

#A084FE
(160,132,254)
0 Favorites   0 Comments

Color spaces of #a084fe

RGB 160132254
HSL0.700.980.76
HSV254°48°100°
CMYK 0.370.480.00   0.00
XYZ40.637931.131997.6331
Yxy31.13190.23990.1838
Hunter Lab55.796032.3640-64.6899
CIE-Lab62.618837.8015-57.3104

#a084fe color RGB value is (160,132,254).

#a084fe hex color red value is 160, green value is 132 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a084fe hue: 0.70 , saturation: 0.98 and the lightness value of a084fe is 0.76.

The process color (four color CMYK) of #a084fe color hex is 0.37, 0.48, 0.00, 0.00. Web safe color of #a084fe is #9999ff. Color #a084fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 11111110
Octal 240 204 376
Decimal 160 132 254
Hex A0 84 FE

RGB Percentages of Color #a084fe

%29.30
%24.18
%46.52

CMYK Percentages of Color #a084fe

%37
%48
%0
%0

Triadic Colors of #a084fe

#a084fe #fea084 #84fea0

Analogous Colors of #a084fe

#a084fe #dd84fe #84a5fe

Monochromatic Colors of #a084fe

#a084fe

Complementary Color

#a084fe #e2fe84

#a084fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a084fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a084fe Color CSS Codes

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

#a084fe Text Font Color

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

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


#a084fe Background Color

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

This div background color is #a084fe


#a084fe Border Color

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

This div border color is #a084fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,132,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a084fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a084fe

Related Colors


Comments

No comments written yet.

Please login to write comment.