Color Hex Logo

#a558dd Color Hex

#A558DD
(165,88,221)
0 Favorites   0 Comments

Color spaces of #a558dd

RGB 16588221
HSL0.760.660.61
HSV275°60°87°
CMYK 0.250.600.00   0.13
XYZ32.057920.199270.6158
Yxy20.19920.26090.1644
Hunter Lab44.943548.6716-61.6967
CIE-Lab52.061754.6758-55.7709

#a558dd color RGB value is (165,88,221).

#a558dd hex color red value is 165, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a558dd hue: 0.76 , saturation: 0.66 and the lightness value of a558dd is 0.61.

The process color (four color CMYK) of #a558dd color hex is 0.25, 0.60, 0.00, 0.13. Web safe color of #a558dd is #9966cc. Color #a558dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 11011101
Octal 245 130 335
Decimal 165 88 221
Hex A5 58 DD

RGB Percentages of Color #a558dd

%34.81
%18.57
%46.62

CMYK Percentages of Color #a558dd

%25
%60
%0
%13

Triadic Colors of #a558dd

#a558dd #dda558 #58dda5

Analogous Colors of #a558dd

#a558dd #dd58d3 #6358dd

Monochromatic Colors of #a558dd

#a558dd

Complementary Color

#a558dd #90dd58

#a558dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a558dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a558dd Color CSS Codes

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

#a558dd Text Font Color

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

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


#a558dd Background Color

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

This div background color is #a558dd


#a558dd Border Color

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

This div border color is #a558dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a558dd


Comments

No comments written yet.

Please login to write comment.