Color Hex Logo

#a06bdf Color Hex

#A06BDF
(160,107,223)
0 Favorites   0 Comments

Color spaces of #a06bdf

RGB 160107223
HSL0.740.640.65
HSV267°52°87°
CMYK 0.280.520.00   0.13
XYZ33.074223.316772.5694
Yxy23.31670.25650.1808
Hunter Lab48.287437.7598-55.3037
CIE-Lab55.397143.9389-51.6022

#a06bdf color RGB value is (160,107,223).

#a06bdf hex color red value is 160, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a06bdf hue: 0.74 , saturation: 0.64 and the lightness value of a06bdf is 0.65.

The process color (four color CMYK) of #a06bdf color hex is 0.28, 0.52, 0.00, 0.13. Web safe color of #a06bdf is #9966cc. Color #a06bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 11011111
Octal 240 153 337
Decimal 160 107 223
Hex A0 6B DF

RGB Percentages of Color #a06bdf

%32.65
%21.84
%45.51

CMYK Percentages of Color #a06bdf

%28
%52
%0
%13

Triadic Colors of #a06bdf

#a06bdf #dfa06b #6bdfa0

Analogous Colors of #a06bdf

#a06bdf #da6bdf #6b70df

Monochromatic Colors of #a06bdf

#a06bdf

Complementary Color

#a06bdf #aadf6b

#a06bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bdf Color CSS Codes

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

#a06bdf Text Font Color

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

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


#a06bdf Background Color

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

This div background color is #a06bdf


#a06bdf Border Color

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

This div border color is #a06bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,107,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a06bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a06bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #a06bdf;
  box-shadow:         1px 1px 3px 2px #a06bdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,107,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bdf


Comments

No comments written yet.

Please login to write comment.