Color Hex Logo

#a63286 Color Hex

#A63286
(166,50,134)
0 Favorites   0 Comments

Color spaces of #a63286

RGB 16650134
HSL0.880.540.42
HSV317°70°65°
CMYK 0.000.700.19   0.35
XYZ21.169612.109423.7758
Yxy12.10940.37100.2122
Hunter Lab34.798647.6924-16.1504
CIE-Lab41.389555.7145-21.4883

#a63286 color RGB value is (166,50,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 10000110
Octal 246 62 206
Decimal 166 50 134
Hex A6 32 86

RGB Percentages of Color #a63286

%47.43
%14.29
%38.29

CMYK Percentages of Color #a63286

%0
%70
%19
%35

Triadic Colors of #a63286

#a63286 #86a632 #3286a6

Analogous Colors of #a63286

#a63286 #a6324c #8c32a6

Monochromatic Colors of #a63286

#a63286

Complementary Color

#a63286 #32a652

#a63286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63286 Color CSS Codes

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

#a63286 Text Font Color

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

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


#a63286 Background Color

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

This div background color is #a63286


#a63286 Border Color

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

This div border color is #a63286


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,50,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 #a63286">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63286


Comments

No comments written yet.

Please login to write comment.