Color Hex Logo

#a06fcf Color Hex

#A06FCF
(160,111,207)
0 Favorites   0 Comments

Color spaces of #a06fcf

RGB 160111207
HSL0.750.500.62
HSV271°46°81°
CMYK 0.230.460.00   0.19
XYZ31.444123.347561.8807
Yxy23.34750.26950.2001
Hunter Lab48.319331.6015-42.1071
CIE-Lab55.428537.9281-42.5115

#a06fcf color RGB value is (160,111,207).

#a06fcf hex color red value is 160, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a06fcf hue: 0.75 , saturation: 0.50 and the lightness value of a06fcf is 0.62.

The process color (four color CMYK) of #a06fcf color hex is 0.23, 0.46, 0.00, 0.19. Web safe color of #a06fcf is #9966cc. Color #a06fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11001111
Octal 240 157 317
Decimal 160 111 207
Hex A0 6F CF

RGB Percentages of Color #a06fcf

%33.47
%23.22
%43.31

CMYK Percentages of Color #a06fcf

%23
%46
%0
%19

Triadic Colors of #a06fcf

#a06fcf #cfa06f #6fcfa0

Analogous Colors of #a06fcf

#a06fcf #cf6fce #706fcf

Monochromatic Colors of #a06fcf

#a06fcf

Complementary Color

#a06fcf #9ecf6f

#a06fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06fcf Color CSS Codes

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

#a06fcf Text Font Color

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

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


#a06fcf Background Color

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

This div background color is #a06fcf


#a06fcf Border Color

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

This div border color is #a06fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06fcf


Comments

No comments written yet.

Please login to write comment.