Color Hex Logo

#a06cdd Color Hex

#A06CDD
(160,108,221)
0 Favorites   0 Comments

Color spaces of #a06cdd

RGB 160108221
HSL0.740.620.65
HSV268°51°87°
CMYK 0.280.510.00   0.13
XYZ32.910923.419271.1924
Yxy23.41920.25810.1836
Hunter Lab48.393436.7041-53.3472
CIE-Lab55.501542.9088-50.3101

#a06cdd color RGB value is (160,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101100 11011101
Octal 240 154 335
Decimal 160 108 221
Hex A0 6C DD

RGB Percentages of Color #a06cdd

%32.72
%22.09
%45.19

CMYK Percentages of Color #a06cdd

%28
%51
%0
%13

Triadic Colors of #a06cdd

#a06cdd #dda06c #6cdda0

Analogous Colors of #a06cdd

#a06cdd #d96cdd #6c71dd

Monochromatic Colors of #a06cdd

#a06cdd

Complementary Color

#a06cdd #a9dd6c

#a06cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06cdd Color CSS Codes

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

#a06cdd Text Font Color

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

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


#a06cdd Background Color

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

This div background color is #a06cdd


#a06cdd Border Color

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

This div border color is #a06cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06cdd


Comments

No comments written yet.

Please login to write comment.