Color Hex Logo

#a382bb Color Hex

#A382BB
(163,130,187)
0 Favorites   0 Comments

Color spaces of #a382bb

RGB 163130187
HSL0.760.300.62
HSV275°30°73°
CMYK 0.130.300.00   0.27
XYZ32.056527.339650.6012
Yxy27.33960.29140.2485
Hunter Lab52.287317.9328-20.7770
CIE-Lab59.287423.5256-25.1104

#a382bb color RGB value is (163,130,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10111011
Octal 243 202 273
Decimal 163 130 187
Hex A3 82 BB

RGB Percentages of Color #a382bb

%33.96
%27.08
%38.96

CMYK Percentages of Color #a382bb

%13
%30
%0
%27

Triadic Colors of #a382bb

#a382bb #bba382 #82bba3

Analogous Colors of #a382bb

#a382bb #bb82b7 #8782bb

Monochromatic Colors of #a382bb

#a382bb

Complementary Color

#a382bb #9abb82

#a382bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382bb Color CSS Codes

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

#a382bb Text Font Color

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

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


#a382bb Background Color

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

This div background color is #a382bb


#a382bb Border Color

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

This div border color is #a382bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382bb


Comments

No comments written yet.

Please login to write comment.