Color Hex Logo

#a558bd Color Hex

#A558BD
(165,88,189)
0 Favorites   0 Comments

Color spaces of #a558bd

RGB 16588189
HSL0.790.430.54
HSV286°53°74°
CMYK 0.130.530.00   0.26
XYZ28.192118.652950.2586
Yxy18.65290.29030.1921
Hunter Lab43.189040.9371-38.7629
CIE-Lab50.278647.7681-40.2923

#a558bd color RGB value is (165,88,189).

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

The process color (four color CMYK) of #a558bd color hex is 0.13, 0.53, 0.00, 0.26. Web safe color of #a558bd is #9966cc. Color #a558bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 10111101
Octal 245 130 275
Decimal 165 88 189
Hex A5 58 BD

RGB Percentages of Color #a558bd

%37.33
%19.91
%42.76

CMYK Percentages of Color #a558bd

%13
%53
%0
%26

Triadic Colors of #a558bd

#a558bd #bda558 #58bda5

Analogous Colors of #a558bd

#a558bd #bd58a3 #7358bd

Monochromatic Colors of #a558bd

#a558bd

Complementary Color

#a558bd #70bd58

#a558bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a558bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a558bd Color CSS Codes

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

#a558bd Text Font Color

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

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


#a558bd Background Color

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

This div background color is #a558bd


#a558bd Border Color

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

This div border color is #a558bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a558bd


Comments

No comments written yet.

Please login to write comment.