Color Hex Logo

#a63583 Color Hex

#A63583
(166,53,131)
0 Favorites   0 Comments

Color spaces of #a63583

RGB 16653131
HSL0.880.520.43
HSV319°68°65°
CMYK 0.000.680.21   0.35
XYZ21.095712.291922.7334
Yxy12.29190.37590.2190
Hunter Lab35.059846.0499-13.9028
CIE-Lab41.676354.1249-19.2072

#a63583 color RGB value is (166,53,131).

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

The process color (four color CMYK) of #a63583 color hex is 0.00, 0.68, 0.21, 0.35. Web safe color of #a63583 is #993399. Color #a63583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110101 10000011
Octal 246 65 203
Decimal 166 53 131
Hex A6 35 83

RGB Percentages of Color #a63583

%47.43
%15.14
%37.43

CMYK Percentages of Color #a63583

%0
%68
%21
%35

Triadic Colors of #a63583

#a63583 #83a635 #3583a6

Analogous Colors of #a63583

#a63583 #a6354b #9135a6

Monochromatic Colors of #a63583

#a63583

Complementary Color

#a63583 #35a658

#a63583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63583 Color CSS Codes

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

#a63583 Text Font Color

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

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


#a63583 Background Color

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

This div background color is #a63583


#a63583 Border Color

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

This div border color is #a63583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63583


Comments

No comments written yet.

Please login to write comment.