Color Hex Logo

#a63887 Color Hex

#A63887
(166,56,135)
0 Favorites   0 Comments

Color spaces of #a63887

RGB 16656135
HSL0.880.500.44
HSV317°66°65°
CMYK 0.000.660.19   0.35
XYZ21.513212.684624.2362
Yxy12.68460.36820.2171
Hunter Lab35.615445.4943-15.4158
CIE-Lab42.284153.4892-20.7182

#a63887 color RGB value is (166,56,135).

#a63887 hex color red value is 166, green value is 56 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a63887 hue: 0.88 , saturation: 0.50 and the lightness value of a63887 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 10000111
Octal 246 70 207
Decimal 166 56 135
Hex A6 38 87

RGB Percentages of Color #a63887

%46.50
%15.69
%37.82

CMYK Percentages of Color #a63887

%0
%66
%19
%35

Triadic Colors of #a63887

#a63887 #87a638 #3887a6

Analogous Colors of #a63887

#a63887 #a63850 #8e38a6

Monochromatic Colors of #a63887

#a63887

Complementary Color

#a63887 #38a657

#a63887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63887 Color CSS Codes

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

#a63887 Text Font Color

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

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


#a63887 Background Color

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

This div background color is #a63887


#a63887 Border Color

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

This div border color is #a63887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63887


Comments

No comments written yet.

Please login to write comment.