Color Hex Logo

#a48dfc Color Hex

#A48DFC
(164,141,252)
0 Favorites   0 Comments

Color spaces of #a48dfc

RGB 164141252
HSL0.700.950.77
HSV252°44°99°
CMYK 0.350.440.00   0.01
XYZ42.405433.970596.4174
Yxy33.97050.24540.1966
Hunter Lab58.284227.8725-57.2823
CIE-Lab64.939133.1838-52.5060

#a48dfc color RGB value is (164,141,252).

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

The process color (four color CMYK) of #a48dfc color hex is 0.35, 0.44, 0.00, 0.01. Web safe color of #a48dfc is #9999ff. Color #a48dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 11111100
Octal 244 215 374
Decimal 164 141 252
Hex A4 8D FC

RGB Percentages of Color #a48dfc

%29.44
%25.31
%45.24

CMYK Percentages of Color #a48dfc

%35
%44
%0
%1

Triadic Colors of #a48dfc

#a48dfc #fca48d #8dfca4

Analogous Colors of #a48dfc

#a48dfc #dc8dfc #8daefc

Monochromatic Colors of #a48dfc

#a48dfc

Complementary Color

#a48dfc #e5fc8d

#a48dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48dfc Color CSS Codes

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

#a48dfc Text Font Color

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

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


#a48dfc Background Color

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

This div background color is #a48dfc


#a48dfc Border Color

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

This div border color is #a48dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48dfc


Comments

No comments written yet.

Please login to write comment.