Color Hex Logo

#a288bb Color Hex

#A288BB
(162,136,187)
0 Favorites   0 Comments

Color spaces of #a288bb

RGB 162136187
HSL0.750.270.63
HSV271°27°73°
CMYK 0.130.270.00   0.27
XYZ32.674128.877650.8655
Yxy28.87760.29070.2569
Hunter Lab53.737914.4916-18.5043
CIE-Lab60.673519.7719-22.9899

#a288bb color RGB value is (162,136,187).

#a288bb hex color red value is 162, green value is 136 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a288bb hue: 0.75 , saturation: 0.27 and the lightness value of a288bb is 0.63.

The process color (four color CMYK) of #a288bb color hex is 0.13, 0.27, 0.00, 0.27. Web safe color of #a288bb is #9999cc. Color #a288bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001000 10111011
Octal 242 210 273
Decimal 162 136 187
Hex A2 88 BB

RGB Percentages of Color #a288bb

%33.40
%28.04
%38.56

CMYK Percentages of Color #a288bb

%13
%27
%0
%27

Triadic Colors of #a288bb

#a288bb #bba288 #88bba2

Analogous Colors of #a288bb

#a288bb #bb88bb #8988bb

Monochromatic Colors of #a288bb

#a288bb

Complementary Color

#a288bb #a1bb88

#a288bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a288bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a288bb Color CSS Codes

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

#a288bb Text Font Color

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

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


#a288bb Background Color

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

This div background color is #a288bb


#a288bb Border Color

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

This div border color is #a288bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a288bb


Comments

No comments written yet.

Please login to write comment.