Color Hex Logo

#a588cb Color Hex

#A588CB
(165,136,203)
0 Favorites   0 Comments

Color spaces of #a588cb

RGB 165136203
HSL0.740.390.66
HSV266°33°80°
CMYK 0.190.330.00   0.20
XYZ35.100729.919460.4249
Yxy29.91940.27980.2385
Hunter Lab54.698618.8228-27.2079
CIE-Lab61.584624.3092-30.5881

#a588cb color RGB value is (165,136,203).

#a588cb hex color red value is 165, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a588cb hue: 0.74 , saturation: 0.39 and the lightness value of a588cb is 0.66.

The process color (four color CMYK) of #a588cb color hex is 0.19, 0.33, 0.00, 0.20. Web safe color of #a588cb is #9999cc. Color #a588cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001000 11001011
Octal 245 210 313
Decimal 165 136 203
Hex A5 88 CB

RGB Percentages of Color #a588cb

%32.74
%26.98
%40.28

CMYK Percentages of Color #a588cb

%19
%33
%0
%20

Triadic Colors of #a588cb

#a588cb #cba588 #88cba5

Analogous Colors of #a588cb

#a588cb #c788cb #888dcb

Monochromatic Colors of #a588cb

#a588cb

Complementary Color

#a588cb #aecb88

#a588cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a588cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a588cb Color CSS Codes

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

#a588cb Text Font Color

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

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


#a588cb Background Color

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

This div background color is #a588cb


#a588cb Border Color

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

This div border color is #a588cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a588cb


Comments

No comments written yet.

Please login to write comment.