Color Hex Logo

#a6287d Color Hex

#A6287D
(166,40,125)
0 Favorites   0 Comments

Color spaces of #a6287d

RGB 16640125
HSL0.890.610.40
HSV320°76°65°
CMYK 0.000.760.25   0.35
XYZ20.186311.105220.4816
Yxy11.10520.38990.2145
Hunter Lab33.324549.8086-13.1132
CIE-Lab39.757157.9834-18.4618

#a6287d color RGB value is (166,40,125).

#a6287d hex color red value is 166, green value is 40 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a6287d hue: 0.89 , saturation: 0.61 and the lightness value of a6287d is 0.40.

The process color (four color CMYK) of #a6287d color hex is 0.00, 0.76, 0.25, 0.35. Web safe color of #a6287d is #993366. Color #a6287d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 01111101
Octal 246 50 175
Decimal 166 40 125
Hex A6 28 7D

RGB Percentages of Color #a6287d

%50.15
%12.08
%37.76

CMYK Percentages of Color #a6287d

%0
%76
%25
%35

Triadic Colors of #a6287d

#a6287d #7da628 #287da6

Analogous Colors of #a6287d

#a6287d #a6283e #9028a6

Monochromatic Colors of #a6287d

#a6287d

Complementary Color

#a6287d #28a651

#a6287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6287d Color CSS Codes

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

#a6287d Text Font Color

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

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


#a6287d Background Color

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

This div background color is #a6287d


#a6287d Border Color

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

This div border color is #a6287d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6287d


Comments

No comments written yet.

Please login to write comment.