Color Hex Logo

#a48cda Color Hex

#A48CDA
(164,140,218)
0 Favorites   0 Comments

Color spaces of #a48cda

RGB 164140218
HSL0.720.510.70
HSV258°36°85°
CMYK 0.250.360.00   0.15
XYZ37.342831.710670.4823
Yxy31.71060.26760.2273
Hunter Lab56.312219.8240-34.7909
CIE-Lab63.103025.2455-36.6251

#a48cda color RGB value is (164,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11011010
Octal 244 214 332
Decimal 164 140 218
Hex A4 8C DA

RGB Percentages of Color #a48cda

%31.42
%26.82
%41.76

CMYK Percentages of Color #a48cda

%25
%36
%0
%15

Triadic Colors of #a48cda

#a48cda #daa48c #8cdaa4

Analogous Colors of #a48cda

#a48cda #cb8cda #8c9bda

Monochromatic Colors of #a48cda

#a48cda

Complementary Color

#a48cda #c2da8c

#a48cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cda Color CSS Codes

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

#a48cda Text Font Color

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

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


#a48cda Background Color

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

This div background color is #a48cda


#a48cda Border Color

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

This div border color is #a48cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cda


Comments

No comments written yet.

Please login to write comment.