Color Hex Logo

#a447de Color Hex

#A447DE
(164,71,222)
0 Favorites   0 Comments

Color spaces of #a447de

RGB 16471222
HSL0.770.700.57
HSV277°68°87°
CMYK 0.260.680.00   0.13
XYZ30.747917.672970.8979
Yxy17.67290.25770.1481
Hunter Lab42.039156.9884-70.5636
CIE-Lab49.096962.6480-61.1128

#a447de color RGB value is (164,71,222).

#a447de hex color red value is 164, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a447de hue: 0.77 , saturation: 0.70 and the lightness value of a447de is 0.57.

The process color (four color CMYK) of #a447de color hex is 0.26, 0.68, 0.00, 0.13. Web safe color of #a447de is #9933cc. Color #a447de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 11011110
Octal 244 107 336
Decimal 164 71 222
Hex A4 47 DE

RGB Percentages of Color #a447de

%35.89
%15.54
%48.58

CMYK Percentages of Color #a447de

%26
%68
%0
%13

Triadic Colors of #a447de

#a447de #dea447 #47dea4

Analogous Colors of #a447de

#a447de #de47cd #5847de

Monochromatic Colors of #a447de

#a447de

Complementary Color

#a447de #81de47

#a447de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447de Color CSS Codes

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

#a447de Text Font Color

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

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


#a447de Background Color

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

This div background color is #a447de


#a447de Border Color

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

This div border color is #a447de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a447de


Comments

No comments written yet.

Please login to write comment.