Color Hex Logo

#a68dcb Color Hex

#A68DCB
(166,141,203)
0 Favorites   0 Comments

Color spaces of #a68dcb

RGB 166141203
HSL0.730.370.67
HSV264°31°80°
CMYK 0.180.310.00   0.20
XYZ36.030331.468560.6749
Yxy31.46850.28110.2455
Hunter Lab56.096816.4790-24.8610
CIE-Lab62.901221.7738-28.5445

#a68dcb color RGB value is (166,141,203).

#a68dcb hex color red value is 166, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a68dcb hue: 0.73 , saturation: 0.37 and the lightness value of a68dcb is 0.67.

The process color (four color CMYK) of #a68dcb color hex is 0.18, 0.31, 0.00, 0.20. Web safe color of #a68dcb is #9999cc. Color #a68dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 11001011
Octal 246 215 313
Decimal 166 141 203
Hex A6 8D CB

RGB Percentages of Color #a68dcb

%32.55
%27.65
%39.80

CMYK Percentages of Color #a68dcb

%18
%31
%0
%20

Triadic Colors of #a68dcb

#a68dcb #cba68d #8dcba6

Analogous Colors of #a68dcb

#a68dcb #c58dcb #8d93cb

Monochromatic Colors of #a68dcb

#a68dcb

Complementary Color

#a68dcb #b2cb8d

#a68dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68dcb Color CSS Codes

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

#a68dcb Text Font Color

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

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


#a68dcb Background Color

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

This div background color is #a68dcb


#a68dcb Border Color

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

This div border color is #a68dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,141,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 #a68dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68dcb


Comments

No comments written yet.

Please login to write comment.