color codes Logo

#a67ab8 color codes

#A67AB8
(166,122,184)
0 Favorites   0 Comments

Color spaces of #a67ab8

RGB 166122184
HSL0.780.300.60
HSV283°34°72°
CMYK 0.100.340.00   0.28
XYZ31.337125.486748.6152
Yxy25.48670.29720.2417
Hunter Lab50.484422.4525-21.7558
CIE-Lab57.546628.4057-26.0579

#a67ab8 color RGB value is (166,122,184).

#a67ab8 hex color red value is 166, green value is 122 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #a67ab8 hue: 0.78 , saturation: 0.30 and the lightness value of a67ab8 is 0.60.

The process color (four color CMYK) of #a67ab8 color code is 0.10, 0.34, 0.00, 0.28. Web safe color of #a67ab8 is #9966cc. Color #a67ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111010 10111000
Octal 246 172 270
Decimal 166 122 184
Hex A6 7A B8

RGB Percentages of Color #a67ab8

%35.17
%25.85
%38.98

CMYK Percentages of Color #a67ab8

%10
%34
%0
%28

Triadic Colors of #a67ab8

#a67ab8 #b8a67a #7ab8a6

Analogous Colors of #a67ab8

#a67ab8 #b87aab #877ab8

Monochromatic Colors of #a67ab8

#a67ab8

Complementary Color

#a67ab8 #8cb87a

#a67ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ab8 Color CSS Codes

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

#a67ab8 Text Font Color

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

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


#a67ab8 Background Color

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

This div background color is #a67ab8


#a67ab8 Border Color

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

This div border color is #a67ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ab8


Comments

No comments written yet.

Please login to write comment.