Color Hex Logo

#a48cdb Color Hex

#A48CDB
(164,140,219)
0 Favorites   0 Comments

Color spaces of #a48cdb

RGB 164140219
HSL0.720.520.70
HSV258°36°86°
CMYK 0.250.360.00   0.14
XYZ37.474131.763271.1736
Yxy31.76320.26690.2262
Hunter Lab56.358920.0601-35.4241
CIE-Lab63.146725.4858-37.1135

#a48cdb color RGB value is (164,140,219).

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

The process color (four color CMYK) of #a48cdb color hex is 0.25, 0.36, 0.00, 0.14. Web safe color of #a48cdb is #9999cc. Color #a48cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11011011
Octal 244 214 333
Decimal 164 140 219
Hex A4 8C DB

RGB Percentages of Color #a48cdb

%31.36
%26.77
%41.87

CMYK Percentages of Color #a48cdb

%25
%36
%0
%14

Triadic Colors of #a48cdb

#a48cdb #dba48c #8cdba4

Analogous Colors of #a48cdb

#a48cdb #cc8cdb #8c9cdb

Monochromatic Colors of #a48cdb

#a48cdb

Complementary Color

#a48cdb #c3db8c

#a48cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cdb Color CSS Codes

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

#a48cdb Text Font Color

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

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


#a48cdb Background Color

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

This div background color is #a48cdb


#a48cdb Border Color

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

This div border color is #a48cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cdb


Comments

No comments written yet.

Please login to write comment.