Color Hex Logo

#a588df Color Hex

#A588DF
(165,136,223)
0 Favorites   0 Comments

Color spaces of #a588df

RGB 165136223
HSL0.720.580.70
HSV260°39°87°
CMYK 0.260.390.00   0.13
XYZ37.640530.935473.7993
Yxy30.93540.26440.2173
Hunter Lab55.619623.4654-39.7357
CIE-Lab62.453129.0174-40.4181

#a588df color RGB value is (165,136,223).

#a588df hex color red value is 165, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a588df hue: 0.72 , saturation: 0.58 and the lightness value of a588df is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001000 11011111
Octal 245 210 337
Decimal 165 136 223
Hex A5 88 DF

RGB Percentages of Color #a588df

%31.49
%25.95
%42.56

CMYK Percentages of Color #a588df

%26
%39
%0
%13

Triadic Colors of #a588df

#a588df #dfa588 #88dfa5

Analogous Colors of #a588df

#a588df #d188df #8897df

Monochromatic Colors of #a588df

#a588df

Complementary Color

#a588df #c2df88

#a588df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a588df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a588df Color CSS Codes

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

#a588df Text Font Color

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

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


#a588df Background Color

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

This div background color is #a588df


#a588df Border Color

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

This div border color is #a588df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a588df


Comments

No comments written yet.

Please login to write comment.