Color Hex Logo

#a48dcd Color Hex

#A48DCD
(164,141,205)
0 Favorites   0 Comments

Color spaces of #a48dcd

RGB 164141205
HSL0.730.390.68
HSV262°31°80°
CMYK 0.200.310.00   0.20
XYZ35.854231.350061.9191
Yxy31.35000.27770.2428
Hunter Lab55.991116.3191-26.3736
CIE-Lab62.802021.6107-29.8329

#a48dcd color RGB value is (164,141,205).

#a48dcd hex color red value is 164, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a48dcd hue: 0.73 , saturation: 0.39 and the lightness value of a48dcd is 0.68.

The process color (four color CMYK) of #a48dcd color hex is 0.20, 0.31, 0.00, 0.20. Web safe color of #a48dcd is #9999cc. Color #a48dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 11001101
Octal 244 215 315
Decimal 164 141 205
Hex A4 8D CD

RGB Percentages of Color #a48dcd

%32.16
%27.65
%40.20

CMYK Percentages of Color #a48dcd

%20
%31
%0
%20

Triadic Colors of #a48dcd

#a48dcd #cda48d #8dcda4

Analogous Colors of #a48dcd

#a48dcd #c48dcd #8d96cd

Monochromatic Colors of #a48dcd

#a48dcd

Complementary Color

#a48dcd #b6cd8d

#a48dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48dcd Color CSS Codes

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

#a48dcd Text Font Color

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

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


#a48dcd Background Color

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

This div background color is #a48dcd


#a48dcd Border Color

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

This div border color is #a48dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48dcd


Comments

No comments written yet.

Please login to write comment.