Color Hex Logo

#a058cd Color Hex

#A058CD
(160,88,205)
0 Favorites   0 Comments

Color spaces of #a058cd

RGB 16088205
HSL0.770.540.57
HSV277°57°80°
CMYK 0.220.570.00   0.20
XYZ29.006418.860859.8693
Yxy18.86080.26920.1751
Hunter Lab43.429043.2200-51.3342
CIE-Lab50.523949.8906-49.1529

#a058cd color RGB value is (160,88,205).

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

The process color (four color CMYK) of #a058cd color hex is 0.22, 0.57, 0.00, 0.20. Web safe color of #a058cd is #9966cc. Color #a058cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11001101
Octal 240 130 315
Decimal 160 88 205
Hex A0 58 CD

RGB Percentages of Color #a058cd

%35.32
%19.43
%45.25

CMYK Percentages of Color #a058cd

%22
%57
%0
%20

Triadic Colors of #a058cd

#a058cd #cda058 #58cda0

Analogous Colors of #a058cd

#a058cd #cd58c0 #6658cd

Monochromatic Colors of #a058cd

#a058cd

Complementary Color

#a058cd #85cd58

#a058cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058cd Color CSS Codes

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

#a058cd Text Font Color

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

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


#a058cd Background Color

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

This div background color is #a058cd


#a058cd Border Color

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

This div border color is #a058cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058cd


Comments

No comments written yet.

Please login to write comment.