Color Hex Logo

#a6325d Color Hex

#A6325D
(166,50,93)
0 Favorites   0 Comments

Color spaces of #a6325d

RGB 1665093
HSL0.940.540.42
HSV338°70°65°
CMYK 0.000.700.44   0.35
XYZ18.842311.178511.5205
Yxy11.17850.45360.2691
Hunter Lab33.434342.08602.9743
CIE-Lab39.879550.68261.7492

#a6325d color RGB value is (166,50,93).

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

The process color (four color CMYK) of #a6325d color hex is 0.00, 0.70, 0.44, 0.35. Web safe color of #a6325d is #993366. Color #a6325d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 01011101
Octal 246 62 135
Decimal 166 50 93
Hex A6 32 5D

RGB Percentages of Color #a6325d

%53.72
%16.18
%30.10

CMYK Percentages of Color #a6325d

%0
%70
%44
%35

Triadic Colors of #a6325d

#a6325d #5da632 #325da6

Analogous Colors of #a6325d

#a6325d #a64132 #a63297

Monochromatic Colors of #a6325d

#a6325d

Complementary Color

#a6325d #32a67b

#a6325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6325d Color CSS Codes

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

#a6325d Text Font Color

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

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


#a6325d Background Color

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

This div background color is #a6325d


#a6325d Border Color

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

This div border color is #a6325d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6325d


Comments

No comments written yet.

Please login to write comment.