Color Hex Logo

#a47bdf Color Hex

#A47BDF
(164,123,223)
0 Favorites   0 Comments

Color spaces of #a47bdf

RGB 164123223
HSL0.740.610.68
HSV265°45°87°
CMYK 0.260.450.00   0.13
XYZ35.712127.386173.2159
Yxy27.38610.26200.2009
Hunter Lab52.331730.2310-46.3188
CIE-Lab59.330036.0982-45.3386

#a47bdf color RGB value is (164,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11011111
Octal 244 173 337
Decimal 164 123 223
Hex A4 7B DF

RGB Percentages of Color #a47bdf

%32.16
%24.12
%43.73

CMYK Percentages of Color #a47bdf

%26
%45
%0
%13

Triadic Colors of #a47bdf

#a47bdf #dfa47b #7bdfa4

Analogous Colors of #a47bdf

#a47bdf #d67bdf #7b84df

Monochromatic Colors of #a47bdf

#a47bdf

Complementary Color

#a47bdf #b6df7b

#a47bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bdf Color CSS Codes

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

#a47bdf Text Font Color

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

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


#a47bdf Background Color

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

This div background color is #a47bdf


#a47bdf Border Color

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

This div border color is #a47bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bdf


Comments

No comments written yet.

Please login to write comment.