Color Hex Logo

#a084ea Color Hex

#A084EA
(160,132,234)
0 Favorites   0 Comments

Color spaces of #a084ea

RGB 160132234
HSL0.710.710.72
HSV256°44°92°
CMYK 0.320.440.00   0.08
XYZ37.599829.916681.6347
Yxy29.91660.25210.2006
Hunter Lab54.696126.9884-50.2040
CIE-Lab61.582232.6388-47.9292

#a084ea color RGB value is (160,132,234).

#a084ea hex color red value is 160, green value is 132 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a084ea hue: 0.71 , saturation: 0.71 and the lightness value of a084ea is 0.72.

The process color (four color CMYK) of #a084ea color hex is 0.32, 0.44, 0.00, 0.08. Web safe color of #a084ea is #9999ff. Color #a084ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 11101010
Octal 240 204 352
Decimal 160 132 234
Hex A0 84 EA

RGB Percentages of Color #a084ea

%30.42
%25.10
%44.49

CMYK Percentages of Color #a084ea

%32
%44
%0
%8

Triadic Colors of #a084ea

#a084ea #eaa084 #84eaa0

Analogous Colors of #a084ea

#a084ea #d384ea #849bea

Monochromatic Colors of #a084ea

#a084ea

Complementary Color

#a084ea #ceea84

#a084ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a084ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a084ea Color CSS Codes

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

#a084ea Text Font Color

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

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


#a084ea Background Color

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

This div background color is #a084ea


#a084ea Border Color

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

This div border color is #a084ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a084ea


Comments

No comments written yet.

Please login to write comment.