Color Hex Logo

#a084cc Color Hex

#A084CC
(160,132,204)
0 Favorites   0 Comments

Color spaces of #a084cc

RGB 160132204
HSL0.730.410.66
HSV263°35°80°
CMYK 0.220.350.00   0.20
XYZ33.647628.335760.8227
Yxy28.33570.27400.2307
Hunter Lab53.231319.6754-30.4836
CIE-Lab60.190825.2969-33.3510

#a084cc color RGB value is (160,132,204).

#a084cc hex color red value is 160, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a084cc hue: 0.73 , saturation: 0.41 and the lightness value of a084cc is 0.66.

The process color (four color CMYK) of #a084cc color hex is 0.22, 0.35, 0.00, 0.20. Web safe color of #a084cc is #9999cc. Color #a084cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 11001100
Octal 240 204 314
Decimal 160 132 204
Hex A0 84 CC

RGB Percentages of Color #a084cc

%32.26
%26.61
%41.13

CMYK Percentages of Color #a084cc

%22
%35
%0
%20

Triadic Colors of #a084cc

#a084cc #cca084 #84cca0

Analogous Colors of #a084cc

#a084cc #c484cc #848ccc

Monochromatic Colors of #a084cc

#a084cc

Complementary Color

#a084cc #b0cc84

#a084cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a084cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a084cc Color CSS Codes

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

#a084cc Text Font Color

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

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


#a084cc Background Color

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

This div background color is #a084cc


#a084cc Border Color

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

This div border color is #a084cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a084cc


Comments

No comments written yet.

Please login to write comment.