Color Hex Logo

#a82967 Color Hex

#A82967
(168,41,103)
0 Favorites   0 Comments

Color spaces of #a82967

RGB 16841103
HSL0.920.610.41
HSV331°76°66°
CMYK 0.000.760.39   0.34
XYZ19.389610.890013.9120
Yxy10.89000.43880.2464
Hunter Lab33.000047.1301-1.8952
CIE-Lab39.394655.5686-5.2254

#a82967 color RGB value is (168,41,103).

#a82967 hex color red value is 168, green value is 41 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a82967 hue: 0.92 , saturation: 0.61 and the lightness value of a82967 is 0.41.

The process color (four color CMYK) of #a82967 color hex is 0.00, 0.76, 0.39, 0.34. Web safe color of #a82967 is #993366. Color #a82967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 01100111
Octal 250 51 147
Decimal 168 41 103
Hex A8 29 67

RGB Percentages of Color #a82967

%53.85
%13.14
%33.01

CMYK Percentages of Color #a82967

%0
%76
%39
%34

Triadic Colors of #a82967

#a82967 #67a829 #2967a8

Analogous Colors of #a82967

#a82967 #a82b29 #a829a7

Monochromatic Colors of #a82967

#a82967

Complementary Color

#a82967 #29a86a

#a82967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82967 Color CSS Codes

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

#a82967 Text Font Color

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

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


#a82967 Background Color

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

This div background color is #a82967


#a82967 Border Color

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

This div border color is #a82967


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,41,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 #a82967">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82967


Comments

No comments written yet.

Please login to write comment.