Color Hex Logo

#a588da Color Hex

#A588DA
(165,136,218)
0 Favorites   0 Comments

Color spaces of #a588da

RGB 165136218
HSL0.730.530.69
HSV261°38°85°
CMYK 0.240.380.00   0.15
XYZ36.976130.669670.3006
Yxy30.66960.26800.2223
Hunter Lab55.380122.2653-36.4978
CIE-Lab62.227727.8155-37.9853

#a588da color RGB value is (165,136,218).

#a588da hex color red value is 165, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a588da hue: 0.73 , saturation: 0.53 and the lightness value of a588da is 0.69.

The process color (four color CMYK) of #a588da color hex is 0.24, 0.38, 0.00, 0.15. Web safe color of #a588da is #9999cc. Color #a588da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001000 11011010
Octal 245 210 332
Decimal 165 136 218
Hex A5 88 DA

RGB Percentages of Color #a588da

%31.79
%26.20
%42.00

CMYK Percentages of Color #a588da

%24
%38
%0
%15

Triadic Colors of #a588da

#a588da #daa588 #88daa5

Analogous Colors of #a588da

#a588da #ce88da #8894da

Monochromatic Colors of #a588da

#a588da

Complementary Color

#a588da #bdda88

#a588da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a588da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a588da Color CSS Codes

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

#a588da Text Font Color

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

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


#a588da Background Color

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

This div background color is #a588da


#a588da Border Color

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

This div border color is #a588da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a588da


Comments

No comments written yet.

Please login to write comment.