Color Hex Logo

#a48aea Color Hex

#A48AEA
(164,138,234)
0 Favorites   0 Comments

Color spaces of #a48aea

RGB 164138234
HSL0.710.700.73
HSV256°41°92°
CMYK 0.300.410.00   0.08
XYZ39.249632.010081.9518
Yxy32.01000.25620.2089
Hunter Lab56.577424.8209-46.2768
CIE-Lab63.351130.3057-45.1142

#a48aea color RGB value is (164,138,234).

#a48aea hex color red value is 164, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a48aea hue: 0.71 , saturation: 0.70 and the lightness value of a48aea is 0.73.

The process color (four color CMYK) of #a48aea color hex is 0.30, 0.41, 0.00, 0.08. Web safe color of #a48aea is #9999ff. Color #a48aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 11101010
Octal 244 212 352
Decimal 164 138 234
Hex A4 8A EA

RGB Percentages of Color #a48aea

%30.60
%25.75
%43.66

CMYK Percentages of Color #a48aea

%30
%41
%0
%8

Triadic Colors of #a48aea

#a48aea #eaa48a #8aeaa4

Analogous Colors of #a48aea

#a48aea #d48aea #8aa0ea

Monochromatic Colors of #a48aea

#a48aea

Complementary Color

#a48aea #d0ea8a

#a48aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48aea Color CSS Codes

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

#a48aea Text Font Color

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

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


#a48aea Background Color

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

This div background color is #a48aea


#a48aea Border Color

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

This div border color is #a48aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48aea


Comments

No comments written yet.

Please login to write comment.