Color Hex Logo

#a8657b Color Hex

#A8657B
(168,101,123)
0 Favorites   0 Comments

Color spaces of #a8657b

RGB 168101123
HSL0.950.280.53
HSV340°40°66°
CMYK 0.000.400.27   0.34
XYZ24.377319.062321.1335
Yxy19.06230.37750.2952
Hunter Lab43.660423.25781.8634
CIE-Lab50.760029.9183-0.6944

#a8657b color RGB value is (168,101,123).

#a8657b hex color red value is 168, green value is 101 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a8657b hue: 0.95 , saturation: 0.28 and the lightness value of a8657b is 0.53.

The process color (four color CMYK) of #a8657b color hex is 0.00, 0.40, 0.27, 0.34. Web safe color of #a8657b is #996666. Color #a8657b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 01111011
Octal 250 145 173
Decimal 168 101 123
Hex A8 65 7B

RGB Percentages of Color #a8657b

%42.86
%25.77
%31.38

CMYK Percentages of Color #a8657b

%0
%40
%27
%34

Triadic Colors of #a8657b

#a8657b #7ba865 #657ba8

Analogous Colors of #a8657b

#a8657b #a87165 #a8659d

Monochromatic Colors of #a8657b

#a8657b

Complementary Color

#a8657b #65a892

#a8657b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8657b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8657b Color CSS Codes

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

#a8657b Text Font Color

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

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


#a8657b Background Color

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

This div background color is #a8657b


#a8657b Border Color

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

This div border color is #a8657b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8657b


Comments

No comments written yet.

Please login to write comment.