Color Hex Logo

#a588bb Color Hex

#A588BB
(165,136,187)
0 Favorites   0 Comments

Color spaces of #a588bb

RGB 165136187
HSL0.760.270.63
HSV274°27°73°
CMYK 0.120.270.00   0.27
XYZ33.290829.195550.8944
Yxy29.19550.29360.2575
Hunter Lab54.032915.4202-18.0232
CIE-Lab60.953820.7536-22.5359

#a588bb color RGB value is (165,136,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001000 10111011
Octal 245 210 273
Decimal 165 136 187
Hex A5 88 BB

RGB Percentages of Color #a588bb

%33.81
%27.87
%38.32

CMYK Percentages of Color #a588bb

%12
%27
%0
%27

Triadic Colors of #a588bb

#a588bb #bba588 #88bba5

Analogous Colors of #a588bb

#a588bb #bb88b8 #8c88bb

Monochromatic Colors of #a588bb

#a588bb

Complementary Color

#a588bb #9ebb88

#a588bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a588bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a588bb Color CSS Codes

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

#a588bb Text Font Color

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

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


#a588bb Background Color

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

This div background color is #a588bb


#a588bb Border Color

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

This div border color is #a588bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a588bb


Comments

No comments written yet.

Please login to write comment.