Color Hex Logo

#a88bea Color Hex

#A88BEA
(168,139,234)
0 Favorites   0 Comments

Color spaces of #a88bea

RGB 168139234
HSL0.720.690.73
HSV258°41°92°
CMYK 0.280.410.00   0.08
XYZ40.232432.730682.0391
Yxy32.73060.25960.2112
Hunter Lab57.210725.4083-44.9734
CIE-Lab63.942230.8403-44.1598

#a88bea color RGB value is (168,139,234).

#a88bea hex color red value is 168, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a88bea hue: 0.72 , saturation: 0.69 and the lightness value of a88bea is 0.73.

The process color (four color CMYK) of #a88bea color hex is 0.28, 0.41, 0.00, 0.08. Web safe color of #a88bea is #9999ff. Color #a88bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11101010
Octal 250 213 352
Decimal 168 139 234
Hex A8 8B EA

RGB Percentages of Color #a88bea

%31.05
%25.69
%43.25

CMYK Percentages of Color #a88bea

%28
%41
%0
%8

Triadic Colors of #a88bea

#a88bea #eaa88b #8beaa8

Analogous Colors of #a88bea

#a88bea #d88bea #8b9eea

Monochromatic Colors of #a88bea

#a88bea

Complementary Color

#a88bea #cdea8b

#a88bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bea Color CSS Codes

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

#a88bea Text Font Color

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

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


#a88bea Background Color

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

This div background color is #a88bea


#a88bea Border Color

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

This div border color is #a88bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bea


Comments

No comments written yet.

Please login to write comment.