Color Hex Logo

#a67fbd Color Hex

#A67FBD
(166,127,189)
0 Favorites   0 Comments

Color spaces of #a67fbd

RGB 166127189
HSL0.770.320.62
HSV278°33°74°
CMYK 0.120.330.00   0.26
XYZ32.500626.959951.6349
Yxy26.95990.29250.2427
Hunter Lab51.922920.8651-22.6151
CIE-Lab58.937226.6348-26.7620

#a67fbd color RGB value is (166,127,189).

#a67fbd hex color red value is 166, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a67fbd hue: 0.77 , saturation: 0.32 and the lightness value of a67fbd is 0.62.

The process color (four color CMYK) of #a67fbd color hex is 0.12, 0.33, 0.00, 0.26. Web safe color of #a67fbd is #9966cc. Color #a67fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 10111101
Octal 246 177 275
Decimal 166 127 189
Hex A6 7F BD

RGB Percentages of Color #a67fbd

%34.44
%26.35
%39.21

CMYK Percentages of Color #a67fbd

%12
%33
%0
%26

Triadic Colors of #a67fbd

#a67fbd #bda67f #7fbda6

Analogous Colors of #a67fbd

#a67fbd #bd7fb5 #877fbd

Monochromatic Colors of #a67fbd

#a67fbd

Complementary Color

#a67fbd #96bd7f

#a67fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fbd Color CSS Codes

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

#a67fbd Text Font Color

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

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


#a67fbd Background Color

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

This div background color is #a67fbd


#a67fbd Border Color

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

This div border color is #a67fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,127,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a67fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fbd


Comments

No comments written yet.

Please login to write comment.