Color Hex Logo

#a6398e Color Hex

#A6398E
(166,57,142)
0 Favorites   0 Comments

Color spaces of #a6398e

RGB 16657142
HSL0.870.490.44
HSV313°66°65°
CMYK 0.000.660.14   0.35
XYZ22.071512.986226.9345
Yxy12.98620.35600.2095
Hunter Lab36.036446.2638-19.0894
CIE-Lab42.742454.1271-24.2688

#a6398e color RGB value is (166,57,142).

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

The process color (four color CMYK) of #a6398e color hex is 0.00, 0.66, 0.14, 0.35. Web safe color of #a6398e is #993399. Color #a6398e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111001 10001110
Octal 246 71 216
Decimal 166 57 142
Hex A6 39 8E

RGB Percentages of Color #a6398e

%45.48
%15.62
%38.90

CMYK Percentages of Color #a6398e

%0
%66
%14
%35

Triadic Colors of #a6398e

#a6398e #8ea639 #398ea6

Analogous Colors of #a6398e

#a6398e #a63958 #8839a6

Monochromatic Colors of #a6398e

#a6398e

Complementary Color

#a6398e #39a651

#a6398e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6398e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6398e Color CSS Codes

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

#a6398e Text Font Color

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

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


#a6398e Background Color

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

This div background color is #a6398e


#a6398e Border Color

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

This div border color is #a6398e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6398e


Comments

No comments written yet.

Please login to write comment.