Color Hex Logo

#a7195b Color Hex

#A7195B
(167,25,91)
0 Favorites   0 Comments

Color spaces of #a7195b

RGB 1672591
HSL0.920.740.38
HSV332°85°65°
CMYK 0.000.850.46   0.35
XYZ18.17239.666110.8055
Yxy9.66610.47030.2501
Hunter Lab31.090449.92511.1569
CIE-Lab37.236458.5780-0.8090

#a7195b color RGB value is (167,25,91).

#a7195b hex color red value is 167, green value is 25 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a7195b hue: 0.92 , saturation: 0.74 and the lightness value of a7195b is 0.38.

The process color (four color CMYK) of #a7195b color hex is 0.00, 0.85, 0.46, 0.35. Web safe color of #a7195b is #990066. Color #a7195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 01011011
Octal 247 31 133
Decimal 167 25 91
Hex A7 19 5B

RGB Percentages of Color #a7195b

%59.01
%8.83
%32.16

CMYK Percentages of Color #a7195b

%0
%85
%46
%35

Triadic Colors of #a7195b

#a7195b #5ba719 #195ba7

Analogous Colors of #a7195b

#a7195b #a71e19 #a719a2

Monochromatic Colors of #a7195b

#a7195b

Complementary Color

#a7195b #19a765

#a7195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7195b Color CSS Codes

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

#a7195b Text Font Color

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

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


#a7195b Background Color

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

This div background color is #a7195b


#a7195b Border Color

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

This div border color is #a7195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7195b


Comments

No comments written yet.

Please login to write comment.