Color Hex Logo

#a67dcb Color Hex

#A67DCB
(166,125,203)
0 Favorites   0 Comments

Color spaces of #a67dcb

RGB 166125203
HSL0.750.430.64
HSV272°38°80°
CMYK 0.180.380.00   0.20
XYZ33.839027.086059.9445
Yxy27.08600.28000.2241
Hunter Lab52.044224.9828-31.8592
CIE-Lab59.053830.8670-34.5147

#a67dcb color RGB value is (166,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 11001011
Octal 246 175 313
Decimal 166 125 203
Hex A6 7D CB

RGB Percentages of Color #a67dcb

%33.60
%25.30
%41.09

CMYK Percentages of Color #a67dcb

%18
%38
%0
%20

Triadic Colors of #a67dcb

#a67dcb #cba67d #7dcba6

Analogous Colors of #a67dcb

#a67dcb #cb7dc9 #7f7dcb

Monochromatic Colors of #a67dcb

#a67dcb

Complementary Color

#a67dcb #a2cb7d

#a67dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67dcb Color CSS Codes

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

#a67dcb Text Font Color

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

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


#a67dcb Background Color

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

This div background color is #a67dcb


#a67dcb Border Color

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

This div border color is #a67dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67dcb


Comments

No comments written yet.

Please login to write comment.