Color Hex Logo

#a8582b Color Hex

#A8582B
(168,88,43)
0 Favorites   0 Comments

Color spaces of #a8582b

RGB 1688843
HSL0.060.590.41
HSV22°74°66°
CMYK 0.000.480.74   0.34
XYZ20.074215.47874.2152
Yxy15.47870.50480.3892
Hunter Lab39.343022.226921.1878
CIE-Lab46.283029.301339.7270

#a8582b color RGB value is (168,88,43).

#a8582b hex color red value is 168, green value is 88 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a8582b hue: 0.06 , saturation: 0.59 and the lightness value of a8582b is 0.41.

The process color (four color CMYK) of #a8582b color hex is 0.00, 0.48, 0.74, 0.34. Web safe color of #a8582b is #996633. Color #a8582b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 00101011
Octal 250 130 53
Decimal 168 88 43
Hex A8 58 2B

RGB Percentages of Color #a8582b

%56.19
%29.43
%14.38

CMYK Percentages of Color #a8582b

%0
%48
%74
%34

Triadic Colors of #a8582b

#a8582b #2ba858 #582ba8

Analogous Colors of #a8582b

#a8582b #a8972b #a82b3d

Monochromatic Colors of #a8582b

#a8582b

Complementary Color

#a8582b #2b7ba8

#a8582b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8582b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8582b Color CSS Codes

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

#a8582b Text Font Color

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

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


#a8582b Background Color

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

This div background color is #a8582b


#a8582b Border Color

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

This div border color is #a8582b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,88,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8582b


Comments

No comments written yet.

Please login to write comment.