Color Hex Logo

#a68bcb Color Hex

#A68BCB
(166,139,203)
0 Favorites   0 Comments

Color spaces of #a68bcb

RGB 166139203
HSL0.740.380.67
HSV265°32°80°
CMYK 0.180.320.00   0.20
XYZ35.738030.884060.5775
Yxy30.88400.28100.2428
Hunter Lab55.573417.5360-25.7274
CIE-Lab62.409622.9114-29.3039

#a68bcb color RGB value is (166,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 11001011
Octal 246 213 313
Decimal 166 139 203
Hex A6 8B CB

RGB Percentages of Color #a68bcb

%32.68
%27.36
%39.96

CMYK Percentages of Color #a68bcb

%18
%32
%0
%20

Triadic Colors of #a68bcb

#a68bcb #cba68b #8bcba6

Analogous Colors of #a68bcb

#a68bcb #c68bcb #8b90cb

Monochromatic Colors of #a68bcb

#a68bcb

Complementary Color

#a68bcb #b0cb8b

#a68bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68bcb Color CSS Codes

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

#a68bcb Text Font Color

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

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


#a68bcb Background Color

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

This div background color is #a68bcb


#a68bcb Border Color

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

This div border color is #a68bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68bcb


Comments

No comments written yet.

Please login to write comment.