Color Hex Logo

#a48cdd Color Hex

#A48CDD
(164,140,221)
0 Favorites   0 Comments

Color spaces of #a48cdd

RGB 164140221
HSL0.720.540.71
HSV258°37°87°
CMYK 0.260.370.00   0.13
XYZ37.739131.869172.5689
Yxy31.86910.26540.2242
Hunter Lab56.452720.5364-36.6993
CIE-Lab63.234525.9693-38.0889

#a48cdd color RGB value is (164,140,221).

#a48cdd hex color red value is 164, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a48cdd hue: 0.72 , saturation: 0.54 and the lightness value of a48cdd is 0.71.

The process color (four color CMYK) of #a48cdd color hex is 0.26, 0.37, 0.00, 0.13. Web safe color of #a48cdd is #9999cc. Color #a48cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11011101
Octal 244 214 335
Decimal 164 140 221
Hex A4 8C DD

RGB Percentages of Color #a48cdd

%31.24
%26.67
%42.10

CMYK Percentages of Color #a48cdd

%26
%37
%0
%13

Triadic Colors of #a48cdd

#a48cdd #dda48c #8cdda4

Analogous Colors of #a48cdd

#a48cdd #cd8cdd #8c9ddd

Monochromatic Colors of #a48cdd

#a48cdd

Complementary Color

#a48cdd #c5dd8c

#a48cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cdd Color CSS Codes

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

#a48cdd Text Font Color

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

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


#a48cdd Background Color

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

This div background color is #a48cdd


#a48cdd Border Color

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

This div border color is #a48cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cdd


Comments

No comments written yet.

Please login to write comment.