Color Hex Logo

#a8465b Color Hex

#A8465B
(168,70,91)
0 Favorites   0 Comments

Color spaces of #a8465b

RGB 1687091
HSL0.960.410.47
HSV347°58°66°
CMYK 0.000.580.46   0.34
XYZ20.226913.460511.4296
Yxy13.46050.44830.2983
Hunter Lab36.688634.20457.2114
CIE-Lab43.449142.26968.1531

#a8465b color RGB value is (168,70,91).

#a8465b hex color red value is 168, green value is 70 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a8465b hue: 0.96 , saturation: 0.41 and the lightness value of a8465b is 0.47.

The process color (four color CMYK) of #a8465b color hex is 0.00, 0.58, 0.46, 0.34. Web safe color of #a8465b is #993366. Color #a8465b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 01011011
Octal 250 106 133
Decimal 168 70 91
Hex A8 46 5B

RGB Percentages of Color #a8465b

%51.06
%21.28
%27.66

CMYK Percentages of Color #a8465b

%0
%58
%46
%34

Triadic Colors of #a8465b

#a8465b #5ba846 #465ba8

Analogous Colors of #a8465b

#a8465b #a86246 #a8468c

Monochromatic Colors of #a8465b

#a8465b

Complementary Color

#a8465b #46a893

#a8465b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8465b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8465b Color CSS Codes

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

#a8465b Text Font Color

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

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


#a8465b Background Color

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

This div background color is #a8465b


#a8465b Border Color

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

This div border color is #a8465b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8465b


Comments

No comments written yet.

Please login to write comment.