Color Hex Logo

#a6256c Color Hex

#A6256C
(166,37,108)
0 Favorites   0 Comments

Color spaces of #a6256c

RGB 16637108
HSL0.910.640.40
HSV327°78°65°
CMYK 0.000.780.35   0.35
XYZ19.094210.512815.2102
Yxy10.51280.42600.2346
Hunter Lab32.423448.3778-5.1172
CIE-Lab38.747556.8554-9.3817

#a6256c color RGB value is (166,37,108).

#a6256c hex color red value is 166, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6256c hue: 0.91 , saturation: 0.64 and the lightness value of a6256c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100101 01101100
Octal 246 45 154
Decimal 166 37 108
Hex A6 25 6C

RGB Percentages of Color #a6256c

%53.38
%11.90
%34.73

CMYK Percentages of Color #a6256c

%0
%78
%35
%35

Triadic Colors of #a6256c

#a6256c #6ca625 #256ca6

Analogous Colors of #a6256c

#a6256c #a6252c #a025a6

Monochromatic Colors of #a6256c

#a6256c

Complementary Color

#a6256c #25a65f

#a6256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6256c Color CSS Codes

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

#a6256c Text Font Color

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

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


#a6256c Background Color

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

This div background color is #a6256c


#a6256c Border Color

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

This div border color is #a6256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6256c


Comments

No comments written yet.

Please login to write comment.