Color Hex Logo

#a28bfa Color Hex

#A28BFA
(162,139,250)
0 Favorites   0 Comments

Color spaces of #a28bfa

RGB 162139250
HSL0.700.920.76
HSV252°44°98°
CMYK 0.350.440.00   0.02
XYZ41.388233.048794.6401
Yxy33.04870.24480.1955
Hunter Lab57.488027.9062-57.3651
CIE-Lab64.200333.2887-52.5924

#a28bfa color RGB value is (162,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001011 11111010
Octal 242 213 372
Decimal 162 139 250
Hex A2 8B FA

RGB Percentages of Color #a28bfa

%29.40
%25.23
%45.37

CMYK Percentages of Color #a28bfa

%35
%44
%0
%2

Triadic Colors of #a28bfa

#a28bfa #faa28b #8bfaa2

Analogous Colors of #a28bfa

#a28bfa #da8bfa #8bacfa

Monochromatic Colors of #a28bfa

#a28bfa

Complementary Color

#a28bfa #e3fa8b

#a28bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28bfa Color CSS Codes

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

#a28bfa Text Font Color

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

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


#a28bfa Background Color

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

This div background color is #a28bfa


#a28bfa Border Color

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

This div border color is #a28bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,139,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28bfa


Comments

No comments written yet.

Please login to write comment.