Color Hex Logo

#a558bf Color Hex

#A558BF
(165,88,191)
0 Favorites   0 Comments

Color spaces of #a558bf

RGB 16588191
HSL0.790.450.55
HSV285°54°75°
CMYK 0.140.540.00   0.25
XYZ28.410718.740451.4101
Yxy18.74040.28830.1901
Hunter Lab43.290241.3891-40.1079
CIE-Lab50.382148.1817-41.2855

#a558bf color RGB value is (165,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 10111111
Octal 245 130 277
Decimal 165 88 191
Hex A5 58 BF

RGB Percentages of Color #a558bf

%37.16
%19.82
%43.02

CMYK Percentages of Color #a558bf

%14
%54
%0
%25

Triadic Colors of #a558bf

#a558bf #bfa558 #58bfa5

Analogous Colors of #a558bf

#a558bf #bf58a6 #7258bf

Monochromatic Colors of #a558bf

#a558bf

Complementary Color

#a558bf #72bf58

#a558bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a558bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a558bf Color CSS Codes

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

#a558bf Text Font Color

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

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


#a558bf Background Color

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

This div background color is #a558bf


#a558bf Border Color

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

This div border color is #a558bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a558bf


Comments

No comments written yet.

Please login to write comment.