Color Hex Logo

#a74661 Color Hex

#A74661
(167,70,97)
0 Favorites   0 Comments

Color spaces of #a74661

RGB 1677097
HSL0.950.410.46
HSV343°58°65°
CMYK 0.000.580.42   0.35
XYZ20.284213.458912.8380
Yxy13.45890.43550.2889
Hunter Lab36.686434.49304.9326
CIE-Lab43.446742.56134.4229

#a74661 color RGB value is (167,70,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 01100001
Octal 247 106 141
Decimal 167 70 97
Hex A7 46 61

RGB Percentages of Color #a74661

%50.00
%20.96
%29.04

CMYK Percentages of Color #a74661

%0
%58
%42
%35

Triadic Colors of #a74661

#a74661 #61a746 #4661a7

Analogous Colors of #a74661

#a74661 #a75c46 #a74692

Monochromatic Colors of #a74661

#a74661

Complementary Color

#a74661 #46a78c

#a74661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74661 Color CSS Codes

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

#a74661 Text Font Color

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

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


#a74661 Background Color

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

This div background color is #a74661


#a74661 Border Color

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

This div border color is #a74661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74661

#a74661 Color Palettes


Comments

No comments written yet.

Please login to write comment.