Color Hex Logo

#a058dc Color Hex

#A058DC
(160,88,220)
0 Favorites   0 Comments

Color spaces of #a058dc

RGB 16088220
HSL0.760.650.60
HSV273°60°86°
CMYK 0.270.600.00   0.14
XYZ30.905219.620369.8684
Yxy19.62030.25670.1630
Hunter Lab44.294847.0264-62.5147
CIE-Lab51.405253.2831-56.2899

#a058dc color RGB value is (160,88,220).

#a058dc hex color red value is 160, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a058dc hue: 0.76 , saturation: 0.65 and the lightness value of a058dc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11011100
Octal 240 130 334
Decimal 160 88 220
Hex A0 58 DC

RGB Percentages of Color #a058dc

%34.19
%18.80
%47.01

CMYK Percentages of Color #a058dc

%27
%60
%0
%14

Triadic Colors of #a058dc

#a058dc #dca058 #58dca0

Analogous Colors of #a058dc

#a058dc #dc58d6 #5e58dc

Monochromatic Colors of #a058dc

#a058dc

Complementary Color

#a058dc #94dc58

#a058dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058dc Color CSS Codes

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

#a058dc Text Font Color

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

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


#a058dc Background Color

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

This div background color is #a058dc


#a058dc Border Color

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

This div border color is #a058dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058dc


Comments

No comments written yet.

Please login to write comment.