Color Hex Logo

#a482bb Color Hex

#A482BB
(164,130,187)
0 Favorites   0 Comments

Color spaces of #a482bb

RGB 164130187
HSL0.770.300.62
HSV276°30°73°
CMYK 0.120.300.00   0.27
XYZ32.262127.445650.6108
Yxy27.44560.29240.2488
Hunter Lab52.388518.2445-20.6061
CIE-Lab59.384523.8492-24.9527

#a482bb color RGB value is (164,130,187).

#a482bb hex color red value is 164, green value is 130 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a482bb hue: 0.77 , saturation: 0.30 and the lightness value of a482bb is 0.62.

The process color (four color CMYK) of #a482bb color hex is 0.12, 0.30, 0.00, 0.27. Web safe color of #a482bb is #9999cc. Color #a482bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000010 10111011
Octal 244 202 273
Decimal 164 130 187
Hex A4 82 BB

RGB Percentages of Color #a482bb

%34.10
%27.03
%38.88

CMYK Percentages of Color #a482bb

%12
%30
%0
%27

Triadic Colors of #a482bb

#a482bb #bba482 #82bba4

Analogous Colors of #a482bb

#a482bb #bb82b6 #8882bb

Monochromatic Colors of #a482bb

#a482bb

Complementary Color

#a482bb #99bb82

#a482bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a482bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a482bb Color CSS Codes

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

#a482bb Text Font Color

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

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


#a482bb Background Color

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

This div background color is #a482bb


#a482bb Border Color

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

This div border color is #a482bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,130,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a482bb


Comments

No comments written yet.

Please login to write comment.