Color Hex Logo

#a88bfa Color Hex

#A88BFA
(168,139,250)
0 Favorites   0 Comments

Color spaces of #a88bfa

RGB 168139250
HSL0.710.920.76
HSV256°44°98°
CMYK 0.330.440.00   0.02
XYZ42.636433.692294.6985
Yxy33.69220.24930.1970
Hunter Lab58.045029.5368-56.0982
CIE-Lab64.717534.8316-51.7400

#a88bfa color RGB value is (168,139,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11111010
Octal 250 213 372
Decimal 168 139 250
Hex A8 8B FA

RGB Percentages of Color #a88bfa

%30.16
%24.96
%44.88

CMYK Percentages of Color #a88bfa

%33
%44
%0
%2

Triadic Colors of #a88bfa

#a88bfa #faa88b #8bfaa8

Analogous Colors of #a88bfa

#a88bfa #e08bfa #8ba6fa

Monochromatic Colors of #a88bfa

#a88bfa

Complementary Color

#a88bfa #ddfa8b

#a88bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bfa Color CSS Codes

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

#a88bfa Text Font Color

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

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


#a88bfa Background Color

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

This div background color is #a88bfa


#a88bfa Border Color

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

This div border color is #a88bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bfa


Comments

No comments written yet.

Please login to write comment.