Color Hex Logo

#a48afb Color Hex

#A48AFB
(164,138,251)
0 Favorites   0 Comments

Color spaces of #a48afb

RGB 164138251
HSL0.710.930.76
HSV254°45°98°
CMYK 0.350.450.00   0.02
XYZ41.810933.034595.4394
Yxy33.03450.24550.1940
Hunter Lab57.475629.2682-58.2192
CIE-Lab64.188834.6241-53.1481

#a48afb color RGB value is (164,138,251).

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

The process color (four color CMYK) of #a48afb color hex is 0.35, 0.45, 0.00, 0.02. Web safe color of #a48afb is #9999ff. Color #a48afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 11111011
Octal 244 212 373
Decimal 164 138 251
Hex A4 8A FB

RGB Percentages of Color #a48afb

%29.66
%24.95
%45.39

CMYK Percentages of Color #a48afb

%35
%45
%0
%2

Triadic Colors of #a48afb

#a48afb #fba48a #8afba4

Analogous Colors of #a48afb

#a48afb #dd8afb #8aa9fb

Monochromatic Colors of #a48afb

#a48afb

Complementary Color

#a48afb #e1fb8a

#a48afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48afb Color CSS Codes

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

#a48afb Text Font Color

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

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


#a48afb Background Color

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

This div background color is #a48afb


#a48afb Border Color

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

This div border color is #a48afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48afb

Related Colors


Comments

No comments written yet.

Please login to write comment.