Color Hex Logo

#a67fb5 Color Hex

#A67FB5
(166,127,181)
0 Favorites   0 Comments

Color spaces of #a67fb5

RGB 166127181
HSL0.790.270.60
HSV283°30°71°
CMYK 0.080.300.00   0.29
XYZ31.655726.621947.1862
Yxy26.62190.30020.2524
Hunter Lab51.596419.2205-18.1047
CIE-Lab58.622724.9339-22.6899

#a67fb5 color RGB value is (166,127,181).

#a67fb5 hex color red value is 166, green value is 127 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a67fb5 hue: 0.79 , saturation: 0.27 and the lightness value of a67fb5 is 0.60.

The process color (four color CMYK) of #a67fb5 color hex is 0.08, 0.30, 0.00, 0.29. Web safe color of #a67fb5 is #9966cc. Color #a67fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 10110101
Octal 246 177 265
Decimal 166 127 181
Hex A6 7F B5

RGB Percentages of Color #a67fb5

%35.02
%26.79
%38.19

CMYK Percentages of Color #a67fb5

%8
%30
%0
%29

Triadic Colors of #a67fb5

#a67fb5 #b5a67f #7fb5a6

Analogous Colors of #a67fb5

#a67fb5 #b57fa9 #8b7fb5

Monochromatic Colors of #a67fb5

#a67fb5

Complementary Color

#a67fb5 #8eb57f

#a67fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fb5 Color CSS Codes

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

#a67fb5 Text Font Color

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

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


#a67fb5 Background Color

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

This div background color is #a67fb5


#a67fb5 Border Color

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

This div border color is #a67fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fb5


Comments

No comments written yet.

Please login to write comment.