Color Hex Logo

#a6397c Color Hex

#A6397C
(166,57,124)
0 Favorites   0 Comments

Color spaces of #a6397c

RGB 16657124
HSL0.900.490.44
HSV323°66°65°
CMYK 0.000.660.25   0.35
XYZ20.827112.488520.3816
Yxy12.48850.38790.2326
Hunter Lab35.339143.3557-9.4578
CIE-Lab41.982251.5162-14.4386

#a6397c color RGB value is (166,57,124).

#a6397c hex color red value is 166, green value is 57 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a6397c hue: 0.90 , saturation: 0.49 and the lightness value of a6397c is 0.44.

The process color (four color CMYK) of #a6397c color hex is 0.00, 0.66, 0.25, 0.35. Web safe color of #a6397c is #993366. Color #a6397c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111001 01111100
Octal 246 71 174
Decimal 166 57 124
Hex A6 39 7C

RGB Percentages of Color #a6397c

%47.84
%16.43
%35.73

CMYK Percentages of Color #a6397c

%0
%66
%25
%35

Triadic Colors of #a6397c

#a6397c #7ca639 #397ca6

Analogous Colors of #a6397c

#a6397c #a63946 #9a39a6

Monochromatic Colors of #a6397c

#a6397c

Complementary Color

#a6397c #39a663

#a6397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6397c Color CSS Codes

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

#a6397c Text Font Color

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

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


#a6397c Background Color

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

This div background color is #a6397c


#a6397c Border Color

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

This div border color is #a6397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6397c


Comments

No comments written yet.

Please login to write comment.