Color Hex Logo

#a68fbd Color Hex

#A68FBD
(166,143,189)
0 Favorites   0 Comments

Color spaces of #a68fbd

RGB 166143189
HSL0.750.260.65
HSV270°24°74°
CMYK 0.120.240.00   0.26
XYZ34.733731.426052.3793
Yxy31.42600.29300.2651
Hunter Lab56.058912.4943-16.1571
CIE-Lab62.865617.5331-20.7347

#a68fbd color RGB value is (166,143,189).

#a68fbd hex color red value is 166, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a68fbd hue: 0.75 , saturation: 0.26 and the lightness value of a68fbd is 0.65.

The process color (four color CMYK) of #a68fbd color hex is 0.12, 0.24, 0.00, 0.26. Web safe color of #a68fbd is #9999cc. Color #a68fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 10111101
Octal 246 217 275
Decimal 166 143 189
Hex A6 8F BD

RGB Percentages of Color #a68fbd

%33.33
%28.71
%37.95

CMYK Percentages of Color #a68fbd

%12
%24
%0
%26

Triadic Colors of #a68fbd

#a68fbd #bda68f #8fbda6

Analogous Colors of #a68fbd

#a68fbd #bd8fbd #8f8fbd

Monochromatic Colors of #a68fbd

#a68fbd

Complementary Color

#a68fbd #a6bd8f

#a68fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fbd Color CSS Codes

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

#a68fbd Text Font Color

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

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


#a68fbd Background Color

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

This div background color is #a68fbd


#a68fbd Border Color

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

This div border color is #a68fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,143,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a68fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a68fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #a68fbd;
  box-shadow:         1px 1px 3px 2px #a68fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,143,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fbd


Comments

No comments written yet.

Please login to write comment.