Color Hex Logo

#a7344b Color Hex

#A7344B
(167,52,75)
0 Favorites   0 Comments

Color spaces of #a7344b

RGB 1675275
HSL0.970.530.43
HSV348°69°65°
CMYK 0.000.690.55   0.35
XYZ18.434311.17957.8429
Yxy11.17950.49210.2985
Hunter Lab33.435839.90079.4976
CIE-Lab39.881248.555713.1317

#a7344b color RGB value is (167,52,75).

#a7344b hex color red value is 167, green value is 52 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a7344b hue: 0.97 , saturation: 0.53 and the lightness value of a7344b is 0.43.

The process color (four color CMYK) of #a7344b color hex is 0.00, 0.69, 0.55, 0.35. Web safe color of #a7344b is #993333. Color #a7344b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110100 01001011
Octal 247 64 113
Decimal 167 52 75
Hex A7 34 4B

RGB Percentages of Color #a7344b

%56.80
%17.69
%25.51

CMYK Percentages of Color #a7344b

%0
%69
%55
%35

Triadic Colors of #a7344b

#a7344b #4ba734 #344ba7

Analogous Colors of #a7344b

#a7344b #a75734 #a73485

Monochromatic Colors of #a7344b

#a7344b

Complementary Color

#a7344b #34a790

#a7344b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7344b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7344b Color CSS Codes

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

#a7344b Text Font Color

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

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


#a7344b Background Color

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

This div background color is #a7344b


#a7344b Border Color

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

This div border color is #a7344b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7344b


Comments

No comments written yet.

Please login to write comment.