Color Hex Logo

#a7274c Color Hex

#A7274C
(167,39,76)
0 Favorites   0 Comments

Color spaces of #a7274c

RGB 1673976
HSL0.950.620.40
HSV343°77°65°
CMYK 0.000.770.54   0.35
XYZ17.966410.18837.8571
Yxy10.18830.49890.2829
Hunter Lab31.919144.61437.7488
CIE-Lab38.178353.426010.1455

#a7274c color RGB value is (167,39,76).

#a7274c hex color red value is 167, green value is 39 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a7274c hue: 0.95 , saturation: 0.62 and the lightness value of a7274c is 0.40.

The process color (four color CMYK) of #a7274c color hex is 0.00, 0.77, 0.54, 0.35. Web safe color of #a7274c is #993333. Color #a7274c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100111 01001100
Octal 247 47 114
Decimal 167 39 76
Hex A7 27 4C

RGB Percentages of Color #a7274c

%59.22
%13.83
%26.95

CMYK Percentages of Color #a7274c

%0
%77
%54
%35

Triadic Colors of #a7274c

#a7274c #4ca727 #274ca7

Analogous Colors of #a7274c

#a7274c #a74227 #a7278c

Monochromatic Colors of #a7274c

#a7274c

Complementary Color

#a7274c #27a782

#a7274c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7274c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7274c Color CSS Codes

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

#a7274c Text Font Color

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

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


#a7274c Background Color

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

This div background color is #a7274c


#a7274c Border Color

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

This div border color is #a7274c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7274c


Comments

No comments written yet.

Please login to write comment.