Color Hex Logo

#a6515e Color Hex

#A6515E
(166,81,94)
0 Favorites   0 Comments

Color spaces of #a6515e

RGB 1668194
HSL0.970.340.48
HSV351°51°65°
CMYK 0.000.510.43   0.35
XYZ20.688714.800012.3559
Yxy14.80000.43240.3093
Hunter Lab38.470828.66947.8870
CIE-Lab45.359036.29178.9633

#a6515e color RGB value is (166,81,94).

#a6515e hex color red value is 166, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a6515e hue: 0.97 , saturation: 0.34 and the lightness value of a6515e is 0.48.

The process color (four color CMYK) of #a6515e color hex is 0.00, 0.51, 0.43, 0.35. Web safe color of #a6515e is #996666. Color #a6515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 01011110
Octal 246 121 136
Decimal 166 81 94
Hex A6 51 5E

RGB Percentages of Color #a6515e

%48.68
%23.75
%27.57

CMYK Percentages of Color #a6515e

%0
%51
%43
%35

Triadic Colors of #a6515e

#a6515e #5ea651 #515ea6

Analogous Colors of #a6515e

#a6515e #a66f51 #a65189

Monochromatic Colors of #a6515e

#a6515e

Complementary Color

#a6515e #51a699

#a6515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6515e Color CSS Codes

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

#a6515e Text Font Color

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

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


#a6515e Background Color

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

This div background color is #a6515e


#a6515e Border Color

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

This div border color is #a6515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6515e


Comments

No comments written yet.

Please login to write comment.