Color Hex Logo

#a47dbd Color Hex

#A47DBD
(164,125,189)
0 Favorites   0 Comments

Color spaces of #a47dbd

RGB 164125189
HSL0.770.330.62
HSV277°34°74°
CMYK 0.130.340.00   0.26
XYZ31.828826.233951.5302
Yxy26.23390.29040.2394
Hunter Lab51.219021.2911-23.7969
CIE-Lab58.258427.1347-27.8268

#a47dbd color RGB value is (164,125,189).

#a47dbd hex color red value is 164, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a47dbd hue: 0.77 , saturation: 0.33 and the lightness value of a47dbd is 0.62.

The process color (four color CMYK) of #a47dbd color hex is 0.13, 0.34, 0.00, 0.26. Web safe color of #a47dbd is #9966cc. Color #a47dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 10111101
Octal 244 175 275
Decimal 164 125 189
Hex A4 7D BD

RGB Percentages of Color #a47dbd

%34.31
%26.15
%39.54

CMYK Percentages of Color #a47dbd

%13
%34
%0
%26

Triadic Colors of #a47dbd

#a47dbd #bda47d #7dbda4

Analogous Colors of #a47dbd

#a47dbd #bd7db6 #847dbd

Monochromatic Colors of #a47dbd

#a47dbd

Complementary Color

#a47dbd #96bd7d

#a47dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47dbd Color CSS Codes

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

#a47dbd Text Font Color

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

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


#a47dbd Background Color

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

This div background color is #a47dbd


#a47dbd Border Color

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

This div border color is #a47dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47dbd


Comments

No comments written yet.

Please login to write comment.