Color Hex Logo

#a47cda Color Hex

#A47CDA
(164,124,218)
0 Favorites   0 Comments

Color spaces of #a47cda

RGB 164124218
HSL0.740.560.67
HSV266°43°85°
CMYK 0.250.430.00   0.15
XYZ35.172427.369869.7588
Yxy27.36980.26590.2069
Hunter Lab52.316228.4531-42.4365
CIE-Lab59.315134.3359-42.5619

#a47cda color RGB value is (164,124,218).

#a47cda hex color red value is 164, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a47cda hue: 0.74 , saturation: 0.56 and the lightness value of a47cda is 0.67.

The process color (four color CMYK) of #a47cda color hex is 0.25, 0.43, 0.00, 0.15. Web safe color of #a47cda is #9966cc. Color #a47cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111100 11011010
Octal 244 174 332
Decimal 164 124 218
Hex A4 7C DA

RGB Percentages of Color #a47cda

%32.41
%24.51
%43.08

CMYK Percentages of Color #a47cda

%25
%43
%0
%15

Triadic Colors of #a47cda

#a47cda #daa47c #7cdaa4

Analogous Colors of #a47cda

#a47cda #d37cda #7c83da

Monochromatic Colors of #a47cda

#a47cda

Complementary Color

#a47cda #b2da7c

#a47cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47cda Color CSS Codes

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

#a47cda Text Font Color

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

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


#a47cda Background Color

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

This div background color is #a47cda


#a47cda Border Color

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

This div border color is #a47cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47cda


Comments

No comments written yet.

Please login to write comment.