Color Hex Logo

#a8618d Color Hex

#A8618D
(168,97,141)
0 Favorites   0 Comments

Color spaces of #a8618d

RGB 16897141
HSL0.900.290.52
HSV323°42°66°
CMYK 0.000.420.16   0.34
XYZ25.230918.797327.4977
Yxy18.79730.35280.2628
Hunter Lab43.355928.0052-7.2546
CIE-Lab50.449234.9235-11.8504

#a8618d color RGB value is (168,97,141).

#a8618d hex color red value is 168, green value is 97 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a8618d hue: 0.90 , saturation: 0.29 and the lightness value of a8618d is 0.52.

The process color (four color CMYK) of #a8618d color hex is 0.00, 0.42, 0.16, 0.34. Web safe color of #a8618d is #996699. Color #a8618d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 10001101
Octal 250 141 215
Decimal 168 97 141
Hex A8 61 8D

RGB Percentages of Color #a8618d

%41.38
%23.89
%34.73

CMYK Percentages of Color #a8618d

%0
%42
%16
%34

Triadic Colors of #a8618d

#a8618d #8da861 #618da8

Analogous Colors of #a8618d

#a8618d #a8616a #a061a8

Monochromatic Colors of #a8618d

#a8618d

Complementary Color

#a8618d #61a87c

#a8618d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8618d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8618d Color CSS Codes

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

#a8618d Text Font Color

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

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


#a8618d Background Color

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

This div background color is #a8618d


#a8618d Border Color

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

This div border color is #a8618d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8618d


Comments

No comments written yet.

Please login to write comment.