Color Hex Logo

#a6465f Color Hex

#A6465F
(166,70,95)
0 Favorites   0 Comments

Color spaces of #a6465f

RGB 1667095
HSL0.960.410.46
HSV344°58°65°
CMYK 0.000.580.43   0.35
XYZ19.981613.313512.3431
Yxy13.31350.43780.2917
Hunter Lab36.487733.89785.4847
CIE-Lab43.231941.99415.3292

#a6465f color RGB value is (166,70,95).

#a6465f hex color red value is 166, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a6465f hue: 0.96 , saturation: 0.41 and the lightness value of a6465f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 01011111
Octal 246 106 137
Decimal 166 70 95
Hex A6 46 5F

RGB Percentages of Color #a6465f

%50.15
%21.15
%28.70

CMYK Percentages of Color #a6465f

%0
%58
%43
%35

Triadic Colors of #a6465f

#a6465f #5fa646 #465fa6

Analogous Colors of #a6465f

#a6465f #a65d46 #a6468f

Monochromatic Colors of #a6465f

#a6465f

Complementary Color

#a6465f #46a68d

#a6465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6465f Color CSS Codes

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

#a6465f Text Font Color

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

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


#a6465f Background Color

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

This div background color is #a6465f


#a6465f Border Color

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

This div border color is #a6465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6465f


Comments

No comments written yet.

Please login to write comment.