Color Hex Logo

#a74370 Color Hex

#A74370
(167,67,112)
0 Favorites   0 Comments

Color spaces of #a74370

RGB 16767112
HSL0.930.430.46
HSV333°60°65°
CMYK 0.000.600.33   0.35
XYZ20.868113.399716.8158
Yxy13.39970.40850.2623
Hunter Lab36.605637.6994-1.6126
CIE-Lab43.359445.7776-4.9601

#a74370 color RGB value is (167,67,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000011 01110000
Octal 247 103 160
Decimal 167 67 112
Hex A7 43 70

RGB Percentages of Color #a74370

%48.27
%19.36
%32.37

CMYK Percentages of Color #a74370

%0
%60
%33
%35

Triadic Colors of #a74370

#a74370 #70a743 #4370a7

Analogous Colors of #a74370

#a74370 #a74843 #a743a2

Monochromatic Colors of #a74370

#a74370

Complementary Color

#a74370 #43a77a

#a74370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74370 Color CSS Codes

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

#a74370 Text Font Color

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

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


#a74370 Background Color

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

This div background color is #a74370


#a74370 Border Color

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

This div border color is #a74370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74370


Comments

No comments written yet.

Please login to write comment.