color codes Logo

#a48dda color codes

#A48DDA
(164,141,218)
0 Favorites   0 Comments

Color spaces of #a48dda

RGB 164141218
HSL0.720.510.70
HSV258°35°85°
CMYK 0.250.350.00   0.15
XYZ37.489632.004270.5312
Yxy32.00420.26770.2286
Hunter Lab56.572319.2879-34.3190
CIE-Lab63.346424.6757-36.2455

#a48dda color RGB value is (164,141,218).

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

The process color (four color CMYK) of #a48dda color code is 0.25, 0.35, 0.00, 0.15. Web safe color of #a48dda is #9999cc. Color #a48dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 11011010
Octal 244 215 332
Decimal 164 141 218
Hex A4 8D DA

RGB Percentages of Color #a48dda

%31.36
%26.96
%41.68

CMYK Percentages of Color #a48dda

%25
%35
%0
%15

Triadic Colors of #a48dda

#a48dda #daa48d #8ddaa4

Analogous Colors of #a48dda

#a48dda #cb8dda #8d9dda

Monochromatic Colors of #a48dda

#a48dda

Complementary Color

#a48dda #c3da8d

#a48dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48dda Color CSS Codes

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

#a48dda Text Font Color

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

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


#a48dda Background Color

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

This div background color is #a48dda


#a48dda Border Color

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

This div border color is #a48dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,141,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 #a48dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48dda


Comments

No comments written yet.

Please login to write comment.