Color Hex Logo

#a058bd Color Hex

#A058BD
(160,88,189)
0 Favorites   0 Comments

Color spaces of #a058bd

RGB 16088189
HSL0.790.430.54
HSV283°53°74°
CMYK 0.150.530.00   0.26
XYZ27.172218.127250.2109
Yxy18.12720.28450.1898
Hunter Lab42.576039.4113-40.1188
CIE-Lab49.650046.4069-41.3272

#a058bd color RGB value is (160,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10111101
Octal 240 130 275
Decimal 160 88 189
Hex A0 58 BD

RGB Percentages of Color #a058bd

%36.61
%20.14
%43.25

CMYK Percentages of Color #a058bd

%15
%53
%0
%26

Triadic Colors of #a058bd

#a058bd #bda058 #58bda0

Analogous Colors of #a058bd

#a058bd #bd58a8 #6e58bd

Monochromatic Colors of #a058bd

#a058bd

Complementary Color

#a058bd #75bd58

#a058bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058bd Color CSS Codes

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

#a058bd Text Font Color

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

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


#a058bd Background Color

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

This div background color is #a058bd


#a058bd Border Color

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

This div border color is #a058bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058bd


Comments

No comments written yet.

Please login to write comment.