Color Hex Logo

#a06ffd Color Hex

#A06FFD
(160,111,253)
0 Favorites   0 Comments

Color spaces of #a06ffd

RGB 160111253
HSL0.720.970.71
HSV261°56°99°
CMYK 0.370.560.00   0.01
XYZ37.911325.934395.9362
Yxy25.93430.23730.1623
Hunter Lab50.925743.7630-76.0452
CIE-Lab57.974649.1994-64.1937

#a06ffd color RGB value is (160,111,253).

#a06ffd hex color red value is 160, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a06ffd hue: 0.72 , saturation: 0.97 and the lightness value of a06ffd is 0.71.

The process color (four color CMYK) of #a06ffd color hex is 0.37, 0.56, 0.00, 0.01. Web safe color of #a06ffd is #9966ff. Color #a06ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11111101
Octal 240 157 375
Decimal 160 111 253
Hex A0 6F FD

RGB Percentages of Color #a06ffd

%30.53
%21.18
%48.28

CMYK Percentages of Color #a06ffd

%37
%56
%0
%1

Triadic Colors of #a06ffd

#a06ffd #fda06f #6ffda0

Analogous Colors of #a06ffd

#a06ffd #e76ffd #6f85fd

Monochromatic Colors of #a06ffd

#a06ffd

Complementary Color

#a06ffd #ccfd6f

#a06ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ffd Color CSS Codes

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

#a06ffd Text Font Color

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

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


#a06ffd Background Color

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

This div background color is #a06ffd


#a06ffd Border Color

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

This div border color is #a06ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ffd


Comments

No comments written yet.

Please login to write comment.