Color Hex Logo

#a63486 Color Hex

#A63486
(166,52,134)
0 Favorites   0 Comments

Color spaces of #a63486

RGB 16652134
HSL0.880.520.43
HSV317°69°65°
CMYK 0.000.690.19   0.35
XYZ21.257012.284223.8050
Yxy12.28420.37070.2142
Hunter Lab35.048846.9242-15.7353
CIE-Lab41.664354.9464-21.0637

#a63486 color RGB value is (166,52,134).

#a63486 hex color red value is 166, green value is 52 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a63486 hue: 0.88 , saturation: 0.52 and the lightness value of a63486 is 0.43.

The process color (four color CMYK) of #a63486 color hex is 0.00, 0.69, 0.19, 0.35. Web safe color of #a63486 is #993399. Color #a63486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110100 10000110
Octal 246 64 206
Decimal 166 52 134
Hex A6 34 86

RGB Percentages of Color #a63486

%47.16
%14.77
%38.07

CMYK Percentages of Color #a63486

%0
%69
%19
%35

Triadic Colors of #a63486

#a63486 #86a634 #3486a6

Analogous Colors of #a63486

#a63486 #a6344d #8d34a6

Monochromatic Colors of #a63486

#a63486

Complementary Color

#a63486 #34a654

#a63486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63486 Color CSS Codes

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

#a63486 Text Font Color

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

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


#a63486 Background Color

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

This div background color is #a63486


#a63486 Border Color

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

This div border color is #a63486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63486


Comments

No comments written yet.

Please login to write comment.