Color Hex Logo

#a447dc Color Hex

#A447DC
(164,71,220)
0 Favorites   0 Comments

Color spaces of #a447dc

RGB 16471220
HSL0.770.680.57
HSV277°68°86°
CMYK 0.250.680.00   0.14
XYZ30.481317.566369.4942
Yxy17.56630.25930.1494
Hunter Lab41.912256.4707-68.9697
CIE-Lab48.965862.2184-60.1872

#a447dc color RGB value is (164,71,220).

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

The process color (four color CMYK) of #a447dc color hex is 0.25, 0.68, 0.00, 0.14. Web safe color of #a447dc is #9933cc. Color #a447dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 11011100
Octal 244 107 334
Decimal 164 71 220
Hex A4 47 DC

RGB Percentages of Color #a447dc

%36.04
%15.60
%48.35

CMYK Percentages of Color #a447dc

%25
%68
%0
%14

Triadic Colors of #a447dc

#a447dc #dca447 #47dca4

Analogous Colors of #a447dc

#a447dc #dc47ca #5947dc

Monochromatic Colors of #a447dc

#a447dc

Complementary Color

#a447dc #7fdc47

#a447dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447dc Color CSS Codes

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

#a447dc Text Font Color

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

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


#a447dc Background Color

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

This div background color is #a447dc


#a447dc Border Color

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

This div border color is #a447dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a447dc


Comments

No comments written yet.

Please login to write comment.