color codes Logo

#a06fdb color codes

#A06FDB
(160,111,219)
0 Favorites   0 Comments

Color spaces of #a06fdb

RGB 160111219
HSL0.740.600.65
HSV267°49°86°
CMYK 0.270.490.00   0.14
XYZ32.967823.956969.9044
Yxy23.95690.25990.1889
Hunter Lab48.945834.5749-50.4160
CIE-Lab56.044640.7702-48.3205

#a06fdb color RGB value is (160,111,219).

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

The process color (four color CMYK) of #a06fdb color code is 0.27, 0.49, 0.00, 0.14. Web safe color of #a06fdb is #9966cc. Color #a06fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11011011
Octal 240 157 333
Decimal 160 111 219
Hex A0 6F DB

RGB Percentages of Color #a06fdb

%32.65
%22.65
%44.69

CMYK Percentages of Color #a06fdb

%27
%49
%0
%14

Triadic Colors of #a06fdb

#a06fdb #dba06f #6fdba0

Analogous Colors of #a06fdb

#a06fdb #d66fdb #6f74db

Monochromatic Colors of #a06fdb

#a06fdb

Complementary Color

#a06fdb #aadb6f

#a06fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06fdb Color CSS Codes

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

#a06fdb Text Font Color

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

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


#a06fdb Background Color

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

This div background color is #a06fdb


#a06fdb Border Color

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

This div border color is #a06fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,111,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 #a06fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06fdb


Comments

No comments written yet.

Please login to write comment.