Color Hex Logo

#a058bc Color Hex

#A058BC
(160,88,188)
0 Favorites   0 Comments

Color spaces of #a058bc

RGB 16088188
HSL0.790.430.54
HSV283°53°74°
CMYK 0.150.530.00   0.26
XYZ27.064018.083949.6411
Yxy18.08390.28550.1908
Hunter Lab42.525239.1825-39.4436
CIE-Lab49.597746.1947-40.8307

#a058bc color RGB value is (160,88,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 10111100
Octal 240 130 274
Decimal 160 88 188
Hex A0 58 BC

RGB Percentages of Color #a058bc

%36.70
%20.18
%43.12

CMYK Percentages of Color #a058bc

%15
%53
%0
%26

Triadic Colors of #a058bc

#a058bc #bca058 #58bca0

Analogous Colors of #a058bc

#a058bc #bc58a6 #6e58bc

Monochromatic Colors of #a058bc

#a058bc

Complementary Color

#a058bc #74bc58

#a058bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058bc Color CSS Codes

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

#a058bc Text Font Color

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

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


#a058bc Background Color

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

This div background color is #a058bc


#a058bc Border Color

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

This div border color is #a058bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058bc


Comments

No comments written yet.

Please login to write comment.