Color Hex Logo

#a48bda Color Hex

#A48BDA
(164,139,218)
0 Favorites   0 Comments

Color spaces of #a48bda

RGB 164139218
HSL0.720.520.70
HSV259°36°85°
CMYK 0.250.360.00   0.15
XYZ37.197331.419770.4338
Yxy31.41970.26750.2260
Hunter Lab56.053320.3605-35.2636
CIE-Lab62.860325.8151-37.0037

#a48bda color RGB value is (164,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 11011010
Octal 244 213 332
Decimal 164 139 218
Hex A4 8B DA

RGB Percentages of Color #a48bda

%31.48
%26.68
%41.84

CMYK Percentages of Color #a48bda

%25
%36
%0
%15

Triadic Colors of #a48bda

#a48bda #daa48b #8bdaa4

Analogous Colors of #a48bda

#a48bda #cc8bda #8b9ada

Monochromatic Colors of #a48bda

#a48bda

Complementary Color

#a48bda #c1da8b

#a48bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48bda Color CSS Codes

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

#a48bda Text Font Color

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

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


#a48bda Background Color

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

This div background color is #a48bda


#a48bda Border Color

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

This div border color is #a48bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48bda


Comments

No comments written yet.

Please login to write comment.