Color Hex Logo

#a06ddb Color Hex

#A06DDB
(160,109,219)
0 Favorites   0 Comments

Color spaces of #a06ddb

RGB 160109219
HSL0.740.600.64
HSV268°50°86°
CMYK 0.270.500.00   0.14
XYZ32.752023.525369.8325
Yxy23.52530.25970.1865
Hunter Lab48.502935.6536-51.4113
CIE-Lab55.609341.8781-49.0118

#a06ddb color RGB value is (160,109,219).

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

The process color (four color CMYK) of #a06ddb color hex is 0.27, 0.50, 0.00, 0.14. Web safe color of #a06ddb is #9966cc. Color #a06ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11011011
Octal 240 155 333
Decimal 160 109 219
Hex A0 6D DB

RGB Percentages of Color #a06ddb

%32.79
%22.34
%44.88

CMYK Percentages of Color #a06ddb

%27
%50
%0
%14

Triadic Colors of #a06ddb

#a06ddb #dba06d #6ddba0

Analogous Colors of #a06ddb

#a06ddb #d76ddb #6d71db

Monochromatic Colors of #a06ddb

#a06ddb

Complementary Color

#a06ddb #a8db6d

#a06ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ddb Color CSS Codes

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

#a06ddb Text Font Color

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

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


#a06ddb Background Color

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

This div background color is #a06ddb


#a06ddb Border Color

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

This div border color is #a06ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ddb


Comments

No comments written yet.

Please login to write comment.