Color Hex Logo

#a06fca Color Hex

#A06FCA
(160,111,202)
0 Favorites   0 Comments

Color spaces of #a06fca

RGB 160111202
HSL0.760.460.61
HSV272°45°79°
CMYK 0.210.450.00   0.21
XYZ30.842323.106758.7116
Yxy23.10670.27380.2051
Hunter Lab48.069430.4076-38.7677
CIE-Lab55.182136.7699-40.0586

#a06fca color RGB value is (160,111,202).

#a06fca hex color red value is 160, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a06fca hue: 0.76 , saturation: 0.46 and the lightness value of a06fca is 0.61.

The process color (four color CMYK) of #a06fca color hex is 0.21, 0.45, 0.00, 0.21. Web safe color of #a06fca is #9966cc. Color #a06fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101111 11001010
Octal 240 157 312
Decimal 160 111 202
Hex A0 6F CA

RGB Percentages of Color #a06fca

%33.83
%23.47
%42.71

CMYK Percentages of Color #a06fca

%21
%45
%0
%21

Triadic Colors of #a06fca

#a06fca #caa06f #6fcaa0

Analogous Colors of #a06fca

#a06fca #ca6fc7 #736fca

Monochromatic Colors of #a06fca

#a06fca

Complementary Color

#a06fca #99ca6f

#a06fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06fca Color CSS Codes

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

#a06fca Text Font Color

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

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


#a06fca Background Color

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

This div background color is #a06fca


#a06fca Border Color

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

This div border color is #a06fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06fca


Comments

No comments written yet.

Please login to write comment.