Color Hex Logo

#a557bc Color Hex

#A557BC
(165,87,188)
0 Favorites   0 Comments

Color spaces of #a557bc

RGB 16587188
HSL0.800.430.54
HSV286°54°74°
CMYK 0.120.540.00   0.26
XYZ28.002318.446649.6616
Yxy18.44660.29140.1919
Hunter Lab42.949541.2171-38.4911
CIE-Lab50.033448.0752-40.1007

#a557bc color RGB value is (165,87,188).

#a557bc hex color red value is 165, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a557bc hue: 0.80 , saturation: 0.43 and the lightness value of a557bc is 0.54.

The process color (four color CMYK) of #a557bc color hex is 0.12, 0.54, 0.00, 0.26. Web safe color of #a557bc is #9966cc. Color #a557bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 10111100
Octal 245 127 274
Decimal 165 87 188
Hex A5 57 BC

RGB Percentages of Color #a557bc

%37.50
%19.77
%42.73

CMYK Percentages of Color #a557bc

%12
%54
%0
%26

Triadic Colors of #a557bc

#a557bc #bca557 #57bca5

Analogous Colors of #a557bc

#a557bc #bc57a1 #7357bc

Monochromatic Colors of #a557bc

#a557bc

Complementary Color

#a557bc #6ebc57

#a557bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a557bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a557bc Color CSS Codes

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

#a557bc Text Font Color

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

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


#a557bc Background Color

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

This div background color is #a557bc


#a557bc Border Color

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

This div border color is #a557bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a557bc


Comments

No comments written yet.

Please login to write comment.