Color Hex Logo

#a47bda Color Hex

#A47BDA
(164,123,218)
0 Favorites   0 Comments

Color spaces of #a47bda

RGB 164123218
HSL0.740.560.67
HSV266°44°85°
CMYK 0.250.440.00   0.15
XYZ35.047727.120469.7172
Yxy27.12040.26570.2056
Hunter Lab52.077328.9943-42.9190
CIE-Lab59.085634.9002-42.9233

#a47bda color RGB value is (164,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11011010
Octal 244 173 332
Decimal 164 123 218
Hex A4 7B DA

RGB Percentages of Color #a47bda

%32.48
%24.36
%43.17

CMYK Percentages of Color #a47bda

%25
%44
%0
%15

Triadic Colors of #a47bda

#a47bda #daa47b #7bdaa4

Analogous Colors of #a47bda

#a47bda #d47bda #7b82da

Monochromatic Colors of #a47bda

#a47bda

Complementary Color

#a47bda #b1da7b

#a47bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bda Color CSS Codes

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

#a47bda Text Font Color

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

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


#a47bda Background Color

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

This div background color is #a47bda


#a47bda Border Color

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

This div border color is #a47bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,123,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 #a47bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bda


Comments

No comments written yet.

Please login to write comment.