Color Hex Logo

#a058bb Color Hex

#A058BB
(160,88,187)
0 Favorites   0 Comments

Color spaces of #a058bb

RGB 16088187
HSL0.790.420.54
HSV284°53°73°
CMYK 0.140.530.00   0.27
XYZ26.956618.040949.0752
Yxy18.04090.28660.1918
Hunter Lab42.474638.9550-38.7716
CIE-Lab49.545745.9832-40.3332

#a058bb color RGB value is (160,88,187).

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

The process color (four color CMYK) of #a058bb color hex is 0.14, 0.53, 0.00, 0.27. Web safe color of #a058bb is #9966cc. Color #a058bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10111011
Octal 240 130 273
Decimal 160 88 187
Hex A0 58 BB

RGB Percentages of Color #a058bb

%36.78
%20.23
%42.99

CMYK Percentages of Color #a058bb

%14
%53
%0
%27

Triadic Colors of #a058bb

#a058bb #bba058 #58bba0

Analogous Colors of #a058bb

#a058bb #bb58a5 #6f58bb

Monochromatic Colors of #a058bb

#a058bb

Complementary Color

#a058bb #73bb58

#a058bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058bb Color CSS Codes

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

#a058bb Text Font Color

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

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


#a058bb Background Color

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

This div background color is #a058bb


#a058bb Border Color

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

This div border color is #a058bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058bb


Comments

No comments written yet.

Please login to write comment.