Color Hex Logo

#a6329d Color Hex

#A6329D
(166,50,157)
0 Favorites   0 Comments

Color spaces of #a6329d

RGB 16650157
HSL0.850.540.42
HSV305°70°65°
CMYK 0.000.700.05   0.35
XYZ22.952312.822533.1636
Yxy12.82250.33290.1860
Hunter Lab35.808551.7488-29.8447
CIE-Lab42.494659.2305-33.7118

#a6329d color RGB value is (166,50,157).

#a6329d hex color red value is 166, green value is 50 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a6329d hue: 0.85 , saturation: 0.54 and the lightness value of a6329d is 0.42.

The process color (four color CMYK) of #a6329d color hex is 0.00, 0.70, 0.05, 0.35. Web safe color of #a6329d is #993399. Color #a6329d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 10011101
Octal 246 62 235
Decimal 166 50 157
Hex A6 32 9D

RGB Percentages of Color #a6329d

%44.50
%13.40
%42.09

CMYK Percentages of Color #a6329d

%0
%70
%5
%35

Triadic Colors of #a6329d

#a6329d #9da632 #329da6

Analogous Colors of #a6329d

#a6329d #a63263 #7532a6

Monochromatic Colors of #a6329d

#a6329d

Complementary Color

#a6329d #32a63b

#a6329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6329d Color CSS Codes

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

#a6329d Text Font Color

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

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


#a6329d Background Color

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

This div background color is #a6329d


#a6329d Border Color

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

This div border color is #a6329d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,50,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6329d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6329d;
  -webkit-box-shadow: 1px 1px 3px 2px #a6329d;
  box-shadow:         1px 1px 3px 2px #a6329d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,50,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6329d


Comments

No comments written yet.

Please login to write comment.