Color Hex Logo

#a447f7 Color Hex

#A447F7
(164,71,247)
0 Favorites   0 Comments

Color spaces of #a447f7

RGB 16471247
HSL0.750.920.62
HSV272°71°97°
CMYK 0.340.710.00   0.03
XYZ34.351619.114489.8746
Yxy19.11440.23970.1333
Hunter Lab43.720063.7406-91.2776
CIE-Lab50.820868.1348-72.4016

#a447f7 color RGB value is (164,71,247).

#a447f7 hex color red value is 164, green value is 71 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a447f7 hue: 0.75 , saturation: 0.92 and the lightness value of a447f7 is 0.62.

The process color (four color CMYK) of #a447f7 color hex is 0.34, 0.71, 0.00, 0.03. Web safe color of #a447f7 is #9933ff. Color #a447f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 11110111
Octal 244 107 367
Decimal 164 71 247
Hex A4 47 F7

RGB Percentages of Color #a447f7

%34.02
%14.73
%51.24

CMYK Percentages of Color #a447f7

%34
%71
%0
%3

Triadic Colors of #a447f7

#a447f7 #f7a447 #47f7a4

Analogous Colors of #a447f7

#a447f7 #f747f2 #4c47f7

Monochromatic Colors of #a447f7

#a447f7

Complementary Color

#a447f7 #9af747

#a447f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447f7 Color CSS Codes

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

#a447f7 Text Font Color

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

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


#a447f7 Background Color

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

This div background color is #a447f7


#a447f7 Border Color

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

This div border color is #a447f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a447f7


Comments

No comments written yet.

Please login to write comment.