Color Hex Logo

#a047ef Color Hex

#A047EF
(160,71,239)
0 Favorites   0 Comments

Color spaces of #a047ef

RGB 16071239
HSL0.750.840.61
HSV272°70°94°
CMYK 0.330.700.00   0.06
XYZ32.330418.212183.4726
Yxy18.21210.24120.1359
Hunter Lab42.675660.5465-86.0970
CIE-Lab49.752465.6132-69.6789

#a047ef color RGB value is (160,71,239).

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

The process color (four color CMYK) of #a047ef color hex is 0.33, 0.70, 0.00, 0.06. Web safe color of #a047ef is #9933ff. Color #a047ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 11101111
Octal 240 107 357
Decimal 160 71 239
Hex A0 47 EF

RGB Percentages of Color #a047ef

%34.04
%15.11
%50.85

CMYK Percentages of Color #a047ef

%33
%70
%0
%6

Triadic Colors of #a047ef

#a047ef #efa047 #47efa0

Analogous Colors of #a047ef

#a047ef #ef47ea #4c47ef

Monochromatic Colors of #a047ef

#a047ef

Complementary Color

#a047ef #96ef47

#a047ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047ef Color CSS Codes

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

#a047ef Text Font Color

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

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


#a047ef Background Color

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

This div background color is #a047ef


#a047ef Border Color

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

This div border color is #a047ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047ef


Comments

No comments written yet.

Please login to write comment.