Color Hex Logo

#a67db4 Color Hex

#A67DB4
(166,125,180)
0 Favorites   0 Comments

Color spaces of #a67db4

RGB 166125180
HSL0.790.270.60
HSV285°31°71°
CMYK 0.080.310.00   0.29
XYZ31.297726.069546.5624
Yxy26.06950.30110.2508
Hunter Lab51.058320.0648-18.3285
CIE-Lab58.103025.8627-22.9161

#a67db4 color RGB value is (166,125,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 10110100
Octal 246 175 264
Decimal 166 125 180
Hex A6 7D B4

RGB Percentages of Color #a67db4

%35.24
%26.54
%38.22

CMYK Percentages of Color #a67db4

%8
%31
%0
%29

Triadic Colors of #a67db4

#a67db4 #b4a67d #7db4a6

Analogous Colors of #a67db4

#a67db4 #b47da7 #8b7db4

Monochromatic Colors of #a67db4

#a67db4

Complementary Color

#a67db4 #8bb47d

#a67db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67db4 Color CSS Codes

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

#a67db4 Text Font Color

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

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


#a67db4 Background Color

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

This div background color is #a67db4


#a67db4 Border Color

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

This div border color is #a67db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67db4


Comments

No comments written yet.

Please login to write comment.