Color Hex Logo

#a86fcb Color Hex

#A86FCB
(168,111,203)
0 Favorites   0 Comments

Color spaces of #a86fcb

RGB 168111203
HSL0.770.470.62
HSV277°45°80°
CMYK 0.170.450.00   0.20
XYZ32.612424.005559.4146
Yxy24.00550.28110.2069
Hunter Lab48.995433.0715-37.6016
CIE-Lab56.093339.2934-39.1347

#a86fcb color RGB value is (168,111,203).

#a86fcb hex color red value is 168, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a86fcb hue: 0.77 , saturation: 0.47 and the lightness value of a86fcb is 0.62.

The process color (four color CMYK) of #a86fcb color hex is 0.17, 0.45, 0.00, 0.20. Web safe color of #a86fcb is #9966cc. Color #a86fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101111 11001011
Octal 250 157 313
Decimal 168 111 203
Hex A8 6F CB

RGB Percentages of Color #a86fcb

%34.85
%23.03
%42.12

CMYK Percentages of Color #a86fcb

%17
%45
%0
%20

Triadic Colors of #a86fcb

#a86fcb #cba86f #6fcba8

Analogous Colors of #a86fcb

#a86fcb #cb6fc0 #7a6fcb

Monochromatic Colors of #a86fcb

#a86fcb

Complementary Color

#a86fcb #92cb6f

#a86fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86fcb Color CSS Codes

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

#a86fcb Text Font Color

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

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


#a86fcb Background Color

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

This div background color is #a86fcb


#a86fcb Border Color

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

This div border color is #a86fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86fcb


Comments

No comments written yet.

Please login to write comment.