Color Hex Logo

#a73267 Color Hex

#A73267
(167,50,103)
0 Favorites   0 Comments

Color spaces of #a73267

RGB 16750103
HSL0.920.540.43
HSV333°70°65°
CMYK 0.000.700.38   0.35
XYZ19.525111.476014.0180
Yxy11.47600.43370.2549
Hunter Lab33.876243.5978-0.8208
CIE-Lab40.370952.0444-3.7973

#a73267 color RGB value is (167,50,103).

#a73267 hex color red value is 167, green value is 50 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a73267 hue: 0.92 , saturation: 0.54 and the lightness value of a73267 is 0.43.

The process color (four color CMYK) of #a73267 color hex is 0.00, 0.70, 0.38, 0.35. Web safe color of #a73267 is #993366. Color #a73267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 01100111
Octal 247 62 147
Decimal 167 50 103
Hex A7 32 67

RGB Percentages of Color #a73267

%52.19
%15.63
%32.19

CMYK Percentages of Color #a73267

%0
%70
%38
%35

Triadic Colors of #a73267

#a73267 #67a732 #3267a7

Analogous Colors of #a73267

#a73267 #a73832 #a732a2

Monochromatic Colors of #a73267

#a73267

Complementary Color

#a73267 #32a772

#a73267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73267 Color CSS Codes

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

#a73267 Text Font Color

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

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


#a73267 Background Color

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

This div background color is #a73267


#a73267 Border Color

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

This div border color is #a73267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73267


Comments

No comments written yet.

Please login to write comment.