Color Hex Logo

#a64559 Color Hex

#A64559
(166,69,89)
0 Favorites   0 Comments

Color spaces of #a64559

RGB 1666989
HSL0.970.410.46
HSV348°58°65°
CMYK 0.000.580.46   0.35
XYZ19.657213.084510.9407
Yxy13.08450.45000.2995
Hunter Lab36.172533.70037.3880
CIE-Lab42.890341.84888.5545

#a64559 color RGB value is (166,69,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 01011001
Octal 246 105 131
Decimal 166 69 89
Hex A6 45 59

RGB Percentages of Color #a64559

%51.23
%21.30
%27.47

CMYK Percentages of Color #a64559

%0
%58
%46
%35

Triadic Colors of #a64559

#a64559 #59a645 #4559a6

Analogous Colors of #a64559

#a64559 #a66245 #a6458a

Monochromatic Colors of #a64559

#a64559

Complementary Color

#a64559 #45a692

#a64559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64559 Color CSS Codes

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

#a64559 Text Font Color

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

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


#a64559 Background Color

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

This div background color is #a64559


#a64559 Border Color

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

This div border color is #a64559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64559


Comments

No comments written yet.

Please login to write comment.