Color Hex Logo

#a67bcb Color Hex

#A67BCB
(166,123,203)
0 Favorites   0 Comments

Color spaces of #a67bcb

RGB 166123203
HSL0.760.430.64
HSV272°39°80°
CMYK 0.180.390.00   0.20
XYZ33.588326.584759.8610
Yxy26.58470.27980.2215
Hunter Lab51.560426.0508-32.7428
CIE-Lab58.587931.9979-35.2419

#a67bcb color RGB value is (166,123,203).

#a67bcb hex color red value is 166, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a67bcb hue: 0.76 , saturation: 0.43 and the lightness value of a67bcb is 0.64.

The process color (four color CMYK) of #a67bcb color hex is 0.18, 0.39, 0.00, 0.20. Web safe color of #a67bcb is #9966cc. Color #a67bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111011 11001011
Octal 246 173 313
Decimal 166 123 203
Hex A6 7B CB

RGB Percentages of Color #a67bcb

%33.74
%25.00
%41.26

CMYK Percentages of Color #a67bcb

%18
%39
%0
%20

Triadic Colors of #a67bcb

#a67bcb #cba67b #7bcba6

Analogous Colors of #a67bcb

#a67bcb #cb7bc8 #7e7bcb

Monochromatic Colors of #a67bcb

#a67bcb

Complementary Color

#a67bcb #a0cb7b

#a67bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67bcb Color CSS Codes

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

#a67bcb Text Font Color

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

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


#a67bcb Background Color

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

This div background color is #a67bcb


#a67bcb Border Color

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

This div border color is #a67bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67bcb


Comments

No comments written yet.

Please login to write comment.