Color Hex Logo

#a947ea Color Hex

#A947EA
(169,71,234)
0 Favorites   0 Comments

Color spaces of #a947ea

RGB 16971234
HSL0.770.800.60
HSV276°70°92°
CMYK 0.280.700.00   0.08
XYZ33.466718.882079.7226
Yxy18.88200.25340.1430
Hunter Lab43.453461.4326-78.3601
CIE-Lab50.548966.2220-65.5224

#a947ea color RGB value is (169,71,234).

#a947ea hex color red value is 169, green value is 71 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a947ea hue: 0.77 , saturation: 0.80 and the lightness value of a947ea is 0.60.

The process color (four color CMYK) of #a947ea color hex is 0.28, 0.70, 0.00, 0.08. Web safe color of #a947ea is #9933ff. Color #a947ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 11101010
Octal 251 107 352
Decimal 169 71 234
Hex A9 47 EA

RGB Percentages of Color #a947ea

%35.65
%14.98
%49.37

CMYK Percentages of Color #a947ea

%28
%70
%0
%8

Triadic Colors of #a947ea

#a947ea #eaa947 #47eaa9

Analogous Colors of #a947ea

#a947ea #ea47da #5847ea

Monochromatic Colors of #a947ea

#a947ea

Complementary Color

#a947ea #88ea47

#a947ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a947ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a947ea Color CSS Codes

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

#a947ea Text Font Color

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

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


#a947ea Background Color

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

This div background color is #a947ea


#a947ea Border Color

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

This div border color is #a947ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a947ea


Comments

No comments written yet.

Please login to write comment.