Color Hex Logo

#a7195f Color Hex

#A7195F
(167,25,95)
0 Favorites   0 Comments

Color spaces of #a7195f

RGB 1672595
HSL0.920.740.38
HSV330°85°65°
CMYK 0.000.850.43   0.35
XYZ18.34959.737011.7388
Yxy9.73700.46070.2445
Hunter Lab31.204250.3590-0.4616
CIE-Lab37.366258.9516-3.1778

#a7195f color RGB value is (167,25,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 01011111
Octal 247 31 137
Decimal 167 25 95
Hex A7 19 5F

RGB Percentages of Color #a7195f

%58.19
%8.71
%33.10

CMYK Percentages of Color #a7195f

%0
%85
%43
%35

Triadic Colors of #a7195f

#a7195f #5fa719 #195fa7

Analogous Colors of #a7195f

#a7195f #a71a19 #a719a6

Monochromatic Colors of #a7195f

#a7195f

Complementary Color

#a7195f #19a761

#a7195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7195f Color CSS Codes

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

#a7195f Text Font Color

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

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


#a7195f Background Color

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

This div background color is #a7195f


#a7195f Border Color

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

This div border color is #a7195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7195f


Comments

No comments written yet.

Please login to write comment.