Color Hex Logo

#a756ff Color Hex

#A756FF
(167,86,255)
0 Favorites   0 Comments

Color spaces of #a756ff

RGB 16786255
HSL0.751.000.67
HSV269°66°100°
CMYK 0.350.660.00   0.00
XYZ37.314122.091196.9051
Yxy22.09110.23870.1413
Hunter Lab47.001259.4586-89.3409
CIE-Lab54.123563.8562-71.4769

#a756ff color RGB value is (167,86,255).

#a756ff hex color red value is 167, green value is 86 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a756ff hue: 0.75 , saturation: 1.00 and the lightness value of a756ff is 0.67.

The process color (four color CMYK) of #a756ff color hex is 0.35, 0.66, 0.00, 0.00. Web safe color of #a756ff is #9966ff. Color #a756ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010110 11111111
Octal 247 126 377
Decimal 167 86 255
Hex A7 56 FF

RGB Percentages of Color #a756ff

%32.87
%16.93
%50.20

CMYK Percentages of Color #a756ff

%35
%66
%0
%0

Triadic Colors of #a756ff

#a756ff #ffa756 #56ffa7

Analogous Colors of #a756ff

#a756ff #fc56ff #565aff

Monochromatic Colors of #a756ff

#a756ff

Complementary Color

#a756ff #aeff56

#a756ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a756ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a756ff Color CSS Codes

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

#a756ff Text Font Color

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

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


#a756ff Background Color

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

This div background color is #a756ff


#a756ff Border Color

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

This div border color is #a756ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,86,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a756ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a756ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a756ff;
  box-shadow:         1px 1px 3px 2px #a756ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,86,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a756ff


Comments

No comments written yet.

Please login to write comment.