Color Hex Logo

#a047ff Color Hex

#A047FF
(160,71,255)
0 Favorites   0 Comments

Color spaces of #a047ff

RGB 16071255
HSL0.751.000.64
HSV269°72°100°
CMYK 0.370.720.00   0.00
XYZ34.800419.200196.4795
Yxy19.20010.23130.1276
Hunter Lab43.817965.0842-99.8738
CIE-Lab50.920569.2493-76.7173

#a047ff color RGB value is (160,71,255).

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

The process color (four color CMYK) of #a047ff color hex is 0.37, 0.72, 0.00, 0.00. Web safe color of #a047ff is #9933ff. Color #a047ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 11111111
Octal 240 107 377
Decimal 160 71 255
Hex A0 47 FF

RGB Percentages of Color #a047ff

%32.92
%14.61
%52.47

CMYK Percentages of Color #a047ff

%37
%72
%0
%0

Triadic Colors of #a047ff

#a047ff #ffa047 #47ffa0

Analogous Colors of #a047ff

#a047ff #fc47ff #474aff

Monochromatic Colors of #a047ff

#a047ff

Complementary Color

#a047ff #a6ff47

#a047ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047ff Color CSS Codes

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

#a047ff Text Font Color

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

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


#a047ff Background Color

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

This div background color is #a047ff


#a047ff Border Color

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

This div border color is #a047ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,71,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 #a047ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047ff

Related Colors


Comments

No comments written yet.

Please login to write comment.