Color Hex Logo

#a67acb Color Hex

#A67ACB
(166,122,203)
0 Favorites   0 Comments

Color spaces of #a67acb

RGB 166122203
HSL0.760.440.64
HSV273°40°80°
CMYK 0.180.400.00   0.20
XYZ33.464926.337959.8198
Yxy26.33790.27980.2202
Hunter Lab51.320526.5850-33.1849
CIE-Lab58.356432.5625-35.6035

#a67acb color RGB value is (166,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111010 11001011
Octal 246 172 313
Decimal 166 122 203
Hex A6 7A CB

RGB Percentages of Color #a67acb

%33.81
%24.85
%41.34

CMYK Percentages of Color #a67acb

%18
%40
%0
%20

Triadic Colors of #a67acb

#a67acb #cba67a #7acba6

Analogous Colors of #a67acb

#a67acb #cb7ac8 #7e7acb

Monochromatic Colors of #a67acb

#a67acb

Complementary Color

#a67acb #9fcb7a

#a67acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67acb Color CSS Codes

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

#a67acb Text Font Color

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

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


#a67acb Background Color

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

This div background color is #a67acb


#a67acb Border Color

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

This div border color is #a67acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67acb


Comments

No comments written yet.

Please login to write comment.