Color Hex Logo

#a058be Color Hex

#A058BE
(160,88,190)
0 Favorites   0 Comments

Color spaces of #a058be

RGB 16088190
HSL0.780.440.55
HSV282°54°75°
CMYK 0.160.540.00   0.25
XYZ27.281218.170750.7846
Yxy18.17070.28350.1888
Hunter Lab42.627139.6420-40.7973
CIE-Lab49.702546.6206-41.8230

#a058be color RGB value is (160,88,190).

#a058be hex color red value is 160, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a058be hue: 0.78 , saturation: 0.44 and the lightness value of a058be is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10111110
Octal 240 130 276
Decimal 160 88 190
Hex A0 58 BE

RGB Percentages of Color #a058be

%36.53
%20.09
%43.38

CMYK Percentages of Color #a058be

%16
%54
%0
%25

Triadic Colors of #a058be

#a058be #bea058 #58bea0

Analogous Colors of #a058be

#a058be #be58a9 #6d58be

Monochromatic Colors of #a058be

#a058be

Complementary Color

#a058be #76be58

#a058be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058be Color CSS Codes

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

#a058be Text Font Color

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

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


#a058be Background Color

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

This div background color is #a058be


#a058be Border Color

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

This div border color is #a058be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058be


Comments

No comments written yet.

Please login to write comment.