Color Hex Logo

#a482cc Color Hex

#A482CC
(164,130,204)
0 Favorites   0 Comments

Color spaces of #a482cc

RGB 164130204
HSL0.740.420.65
HSV268°36°80°
CMYK 0.200.360.00   0.20
XYZ34.191628.217460.7712
Yxy28.21740.27760.2291
Hunter Lab53.120121.9344-30.6458
CIE-Lab60.084627.6505-33.4876

#a482cc color RGB value is (164,130,204).

#a482cc hex color red value is 164, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a482cc hue: 0.74 , saturation: 0.42 and the lightness value of a482cc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 11001100
Octal 244 202 314
Decimal 164 130 204
Hex A4 82 CC

RGB Percentages of Color #a482cc

%32.93
%26.10
%40.96

CMYK Percentages of Color #a482cc

%20
%36
%0
%20

Triadic Colors of #a482cc

#a482cc #cca482 #82cca4

Analogous Colors of #a482cc

#a482cc #c982cc #8285cc

Monochromatic Colors of #a482cc

#a482cc

Complementary Color

#a482cc #aacc82

#a482cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a482cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a482cc Color CSS Codes

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

#a482cc Text Font Color

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

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


#a482cc Background Color

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

This div background color is #a482cc


#a482cc Border Color

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

This div border color is #a482cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a482cc


Comments

No comments written yet.

Please login to write comment.