Color Hex Logo

#a28afb Color Hex

#A28AFB
(162,138,251)
0 Favorites   0 Comments

Color spaces of #a28afb

RGB 162138251
HSL0.700.930.76
HSV253°45°98°
CMYK 0.350.450.00   0.02
XYZ41.401432.823495.4202
Yxy32.82340.24400.1935
Hunter Lab57.291728.7311-58.6442
CIE-Lab64.017734.1164-53.4304

#a28afb color RGB value is (162,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001010 11111011
Octal 242 212 373
Decimal 162 138 251
Hex A2 8A FB

RGB Percentages of Color #a28afb

%29.40
%25.05
%45.55

CMYK Percentages of Color #a28afb

%35
%45
%0
%2

Triadic Colors of #a28afb

#a28afb #fba28a #8afba2

Analogous Colors of #a28afb

#a28afb #db8afb #8aabfb

Monochromatic Colors of #a28afb

#a28afb

Complementary Color

#a28afb #e3fb8a

#a28afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28afb Color CSS Codes

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

#a28afb Text Font Color

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

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


#a28afb Background Color

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

This div background color is #a28afb


#a28afb Border Color

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

This div border color is #a28afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28afb


Comments

No comments written yet.

Please login to write comment.