Color Hex Logo

#a06def Color Hex

#A06DEF
(160,109,239)
0 Favorites   0 Comments

Color spaces of #a06def

RGB 160109239
HSL0.730.800.68
HSV264°54°94°
CMYK 0.330.540.00   0.06
XYZ35.545824.642984.5444
Yxy24.64290.24560.1703
Hunter Lab49.641640.9418-66.2274
CIE-Lab56.725846.7623-58.4358

#a06def color RGB value is (160,109,239).

#a06def hex color red value is 160, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a06def hue: 0.73 , saturation: 0.80 and the lightness value of a06def is 0.68.

The process color (four color CMYK) of #a06def color hex is 0.33, 0.54, 0.00, 0.06. Web safe color of #a06def is #9966ff. Color #a06def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11101111
Octal 240 155 357
Decimal 160 109 239
Hex A0 6D EF

RGB Percentages of Color #a06def

%31.50
%21.46
%47.05

CMYK Percentages of Color #a06def

%33
%54
%0
%6

Triadic Colors of #a06def

#a06def #efa06d #6defa0

Analogous Colors of #a06def

#a06def #e16def #6d7bef

Monochromatic Colors of #a06def

#a06def

Complementary Color

#a06def #bcef6d

#a06def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06def Color CSS Codes

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

#a06def Text Font Color

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

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


#a06def Background Color

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

This div background color is #a06def


#a06def Border Color

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

This div border color is #a06def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06def


Comments

No comments written yet.

Please login to write comment.