Color Hex Logo

#a74660 Color Hex

#A74660
(167,70,96)
0 Favorites   0 Comments

Color spaces of #a74660

RGB 1677096
HSL0.960.410.46
HSV344°58°65°
CMYK 0.000.580.43   0.35
XYZ20.237813.440312.5939
Yxy13.44030.43740.2905
Hunter Lab36.661034.37975.2952
CIE-Lab43.419342.45145.0012

#a74660 color RGB value is (167,70,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000110 01100000
Octal 247 106 140
Decimal 167 70 96
Hex A7 46 60

RGB Percentages of Color #a74660

%50.15
%21.02
%28.83

CMYK Percentages of Color #a74660

%0
%58
%43
%35

Triadic Colors of #a74660

#a74660 #60a746 #4660a7

Analogous Colors of #a74660

#a74660 #a75d46 #a74691

Monochromatic Colors of #a74660

#a74660

Complementary Color

#a74660 #46a78d

#a74660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74660 Color CSS Codes

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

#a74660 Text Font Color

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

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


#a74660 Background Color

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

This div background color is #a74660


#a74660 Border Color

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

This div border color is #a74660


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,70,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 #a74660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74660


Comments

No comments written yet.

Please login to write comment.