Color Hex Logo

#a557dc Color Hex

#A557DC
(165,87,220)
0 Favorites   0 Comments

Color spaces of #a557dc

RGB 16587220
HSL0.760.660.60
HSV275°60°86°
CMYK 0.250.600.00   0.14
XYZ31.843519.983069.8889
Yxy19.98300.26160.1642
Hunter Lab44.702348.9245-61.4040
CIE-Lab51.818054.9486-55.5951

#a557dc color RGB value is (165,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 11011100
Octal 245 127 334
Decimal 165 87 220
Hex A5 57 DC

RGB Percentages of Color #a557dc

%34.96
%18.43
%46.61

CMYK Percentages of Color #a557dc

%25
%60
%0
%14

Triadic Colors of #a557dc

#a557dc #dca557 #57dca5

Analogous Colors of #a557dc

#a557dc #dc57d1 #6357dc

Monochromatic Colors of #a557dc

#a557dc

Complementary Color

#a557dc #8edc57

#a557dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a557dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a557dc Color CSS Codes

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

#a557dc Text Font Color

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

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


#a557dc Background Color

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

This div background color is #a557dc


#a557dc Border Color

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

This div border color is #a557dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a557dc


Comments

No comments written yet.

Please login to write comment.