Color Hex Logo

#a86bde Color Hex

#A86BDE
(168,107,222)
0 Favorites   0 Comments

Color spaces of #a86bde

RGB 168107222
HSL0.760.640.65
HSV272°52°87°
CMYK 0.240.520.00   0.13
XYZ34.591024.114171.9386
Yxy24.11410.26480.1846
Hunter Lab49.106139.8021-52.4833
CIE-Lab56.201945.7660-49.7070

#a86bde color RGB value is (168,107,222).

#a86bde hex color red value is 168, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a86bde hue: 0.76 , saturation: 0.64 and the lightness value of a86bde is 0.65.

The process color (four color CMYK) of #a86bde color hex is 0.24, 0.52, 0.00, 0.13. Web safe color of #a86bde is #9966cc. Color #a86bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 11011110
Octal 250 153 336
Decimal 168 107 222
Hex A8 6B DE

RGB Percentages of Color #a86bde

%33.80
%21.53
%44.67

CMYK Percentages of Color #a86bde

%24
%52
%0
%13

Triadic Colors of #a86bde

#a86bde #dea86b #6bdea8

Analogous Colors of #a86bde

#a86bde #de6bdb #6f6bde

Monochromatic Colors of #a86bde

#a86bde

Complementary Color

#a86bde #a1de6b

#a86bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86bde Color CSS Codes

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

#a86bde Text Font Color

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

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


#a86bde Background Color

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

This div background color is #a86bde


#a86bde Border Color

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

This div border color is #a86bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86bde


Comments

No comments written yet.

Please login to write comment.