Color Hex Logo

#a74a6d Color Hex

#A74A6D
(167,74,109)
0 Favorites   0 Comments

Color spaces of #a74a6d

RGB 16774109
HSL0.940.390.47
HSV337°56°65°
CMYK 0.000.560.35   0.35
XYZ21.145414.217216.0977
Yxy14.21720.41090.2763
Hunter Lab37.705734.11801.0813
CIE-Lab44.542842.0069-1.3701

#a74a6d color RGB value is (167,74,109).

#a74a6d hex color red value is 167, green value is 74 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a74a6d hue: 0.94 , saturation: 0.39 and the lightness value of a74a6d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 01101101
Octal 247 112 155
Decimal 167 74 109
Hex A7 4A 6D

RGB Percentages of Color #a74a6d

%47.71
%21.14
%31.14

CMYK Percentages of Color #a74a6d

%0
%56
%35
%35

Triadic Colors of #a74a6d

#a74a6d #6da74a #4a6da7

Analogous Colors of #a74a6d

#a74a6d #a7554a #a74a9c

Monochromatic Colors of #a74a6d

#a74a6d

Complementary Color

#a74a6d #4aa784

#a74a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74a6d Color CSS Codes

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

#a74a6d Text Font Color

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

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


#a74a6d Background Color

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

This div background color is #a74a6d


#a74a6d Border Color

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

This div border color is #a74a6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74a6d


Comments

No comments written yet.

Please login to write comment.