Color Hex Logo

#a557dd Color Hex

#A557DD
(165,87,221)
0 Favorites   0 Comments

Color spaces of #a557dd

RGB 16587221
HSL0.760.660.60
HSV275°61°87°
CMYK 0.250.610.00   0.13
XYZ31.976420.036270.5886
Yxy20.03620.26080.1634
Hunter Lab44.761849.1815-62.1660
CIE-Lab51.878155.1719-56.0652

#a557dd color RGB value is (165,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 11011101
Octal 245 127 335
Decimal 165 87 221
Hex A5 57 DD

RGB Percentages of Color #a557dd

%34.88
%18.39
%46.72

CMYK Percentages of Color #a557dd

%25
%61
%0
%13

Triadic Colors of #a557dd

#a557dd #dda557 #57dda5

Analogous Colors of #a557dd

#a557dd #dd57d2 #6257dd

Monochromatic Colors of #a557dd

#a557dd

Complementary Color

#a557dd #8fdd57

#a557dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a557dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a557dd Color CSS Codes

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

#a557dd Text Font Color

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

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


#a557dd Background Color

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

This div background color is #a557dd


#a557dd Border Color

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

This div border color is #a557dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a557dd


Comments

No comments written yet.

Please login to write comment.