Color Hex Logo

#a558bc Color Hex

#A558BC
(165,88,188)
0 Favorites   0 Comments

Color spaces of #a558bc

RGB 16588188
HSL0.800.430.54
HSV286°53°74°
CMYK 0.120.530.00   0.26
XYZ28.083918.609649.6888
Yxy18.60960.29140.1931
Hunter Lab43.138840.7126-38.0951
CIE-Lab50.227347.5621-39.7945

#a558bc color RGB value is (165,88,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 10111100
Octal 245 130 274
Decimal 165 88 188
Hex A5 58 BC

RGB Percentages of Color #a558bc

%37.41
%19.95
%42.63

CMYK Percentages of Color #a558bc

%12
%53
%0
%26

Triadic Colors of #a558bc

#a558bc #bca558 #58bca5

Analogous Colors of #a558bc

#a558bc #bc58a1 #7358bc

Monochromatic Colors of #a558bc

#a558bc

Complementary Color

#a558bc #6fbc58

#a558bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a558bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a558bc Color CSS Codes

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

#a558bc Text Font Color

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

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


#a558bc Background Color

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

This div background color is #a558bc


#a558bc Border Color

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

This div border color is #a558bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a558bc


Comments

No comments written yet.

Please login to write comment.