Color Hex Logo

#a67fb7 Color Hex

#A67FB7
(166,127,183)
0 Favorites   0 Comments

Color spaces of #a67fb7

RGB 166127183
HSL0.780.280.61
HSV282°31°72°
CMYK 0.090.310.00   0.28
XYZ31.862526.704648.2749
Yxy26.70460.29820.2499
Hunter Lab51.676519.6250-19.2137
CIE-Lab58.699925.3542-23.7120

#a67fb7 color RGB value is (166,127,183).

#a67fb7 hex color red value is 166, green value is 127 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a67fb7 hue: 0.78 , saturation: 0.28 and the lightness value of a67fb7 is 0.61.

The process color (four color CMYK) of #a67fb7 color hex is 0.09, 0.31, 0.00, 0.28. Web safe color of #a67fb7 is #9966cc. Color #a67fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 10110111
Octal 246 177 267
Decimal 166 127 183
Hex A6 7F B7

RGB Percentages of Color #a67fb7

%34.87
%26.68
%38.45

CMYK Percentages of Color #a67fb7

%9
%31
%0
%28

Triadic Colors of #a67fb7

#a67fb7 #b7a67f #7fb7a6

Analogous Colors of #a67fb7

#a67fb7 #b77fac #8a7fb7

Monochromatic Colors of #a67fb7

#a67fb7

Complementary Color

#a67fb7 #90b77f

#a67fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fb7 Color CSS Codes

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

#a67fb7 Text Font Color

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

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


#a67fb7 Background Color

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

This div background color is #a67fb7


#a67fb7 Border Color

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

This div border color is #a67fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fb7


Comments

No comments written yet.

Please login to write comment.