Color Hex Logo

#a74160 Color Hex

#A74160
(167,65,96)
0 Favorites   0 Comments

Color spaces of #a74160

RGB 1676596
HSL0.950.440.45
HSV342°61°65°
CMYK 0.000.610.43   0.35
XYZ19.938012.840612.4940
Yxy12.84060.44040.2836
Hunter Lab35.833836.60874.4113
CIE-Lab42.522144.83723.7126

#a74160 color RGB value is (167,65,96).

#a74160 hex color red value is 167, green value is 65 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a74160 hue: 0.95 , saturation: 0.44 and the lightness value of a74160 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 01100000
Octal 247 101 140
Decimal 167 65 96
Hex A7 41 60

RGB Percentages of Color #a74160

%50.91
%19.82
%29.27

CMYK Percentages of Color #a74160

%0
%61
%43
%35

Triadic Colors of #a74160

#a74160 #60a741 #4160a7

Analogous Colors of #a74160

#a74160 #a75541 #a74193

Monochromatic Colors of #a74160

#a74160

Complementary Color

#a74160 #41a788

#a74160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74160 Color CSS Codes

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

#a74160 Text Font Color

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

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


#a74160 Background Color

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

This div background color is #a74160


#a74160 Border Color

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

This div border color is #a74160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74160


Comments

No comments written yet.

Please login to write comment.