Color Hex Logo

#a65974 Color Hex

#A65974
(166,89,116)
1 Favorites   0 Comments

Color spaces of #a65974

RGB 16689116
HSL0.940.300.50
HSV339°46°65°
CMYK 0.000.460.30   0.35
XYZ22.450616.512718.5270
Yxy16.51270.39050.2872
Hunter Lab40.635827.50551.4131
CIE-Lab47.640134.7662-1.1026

#a65974 color RGB value is (166,89,116).

#a65974 hex color red value is 166, green value is 89 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a65974 hue: 0.94 , saturation: 0.30 and the lightness value of a65974 is 0.50.

The process color (four color CMYK) of #a65974 color hex is 0.00, 0.46, 0.30, 0.35. Web safe color of #a65974 is #996666. Color #a65974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 01110100
Octal 246 131 164
Decimal 166 89 116
Hex A6 59 74

RGB Percentages of Color #a65974

%44.74
%23.99
%31.27

CMYK Percentages of Color #a65974

%0
%46
%30
%35

Triadic Colors of #a65974

#a65974 #74a659 #5974a6

Analogous Colors of #a65974

#a65974 #a66559 #a6599b

Monochromatic Colors of #a65974

#a65974

Complementary Color

#a65974 #59a68b

#a65974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65974 Color CSS Codes

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

#a65974 Text Font Color

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

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


#a65974 Background Color

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

This div background color is #a65974


#a65974 Border Color

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

This div border color is #a65974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65974


Comments

No comments written yet.

Please login to write comment.