Color Hex Logo

#a74369 Color Hex

#A74369
(167,67,105)
0 Favorites   0 Comments

Color spaces of #a74369

RGB 16767105
HSL0.940.430.46
HSV337°60°65°
CMYK 0.000.600.37   0.35
XYZ20.493313.249714.8419
Yxy13.24970.42180.2727
Hunter Lab36.400136.79541.3050
CIE-Lab43.137144.9191-0.9690

#a74369 color RGB value is (167,67,105).

#a74369 hex color red value is 167, green value is 67 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a74369 hue: 0.94 , saturation: 0.43 and the lightness value of a74369 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000011 01101001
Octal 247 103 151
Decimal 167 67 105
Hex A7 43 69

RGB Percentages of Color #a74369

%49.26
%19.76
%30.97

CMYK Percentages of Color #a74369

%0
%60
%37
%35

Triadic Colors of #a74369

#a74369 #69a743 #4369a7

Analogous Colors of #a74369

#a74369 #a74f43 #a7439b

Monochromatic Colors of #a74369

#a74369

Complementary Color

#a74369 #43a781

#a74369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74369 Color CSS Codes

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

#a74369 Text Font Color

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

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


#a74369 Background Color

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

This div background color is #a74369


#a74369 Border Color

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

This div border color is #a74369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74369


Comments

No comments written yet.

Please login to write comment.