Color Hex Logo

#a058cf Color Hex

#A058CF
(160,88,207)
0 Favorites   0 Comments

Color spaces of #a058cf

RGB 16088207
HSL0.770.550.58
HSV276°57°81°
CMYK 0.230.570.00   0.19
XYZ29.249418.958061.1491
Yxy18.95800.26750.1734
Hunter Lab43.540843.7146-52.7889
CIE-Lab50.638050.3363-50.1155

#a058cf color RGB value is (160,88,207).

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

The process color (four color CMYK) of #a058cf color hex is 0.23, 0.57, 0.00, 0.19. Web safe color of #a058cf is #9966cc. Color #a058cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11001111
Octal 240 130 317
Decimal 160 88 207
Hex A0 58 CF

RGB Percentages of Color #a058cf

%35.16
%19.34
%45.49

CMYK Percentages of Color #a058cf

%23
%57
%0
%19

Triadic Colors of #a058cf

#a058cf #cfa058 #58cfa0

Analogous Colors of #a058cf

#a058cf #cf58c3 #6558cf

Monochromatic Colors of #a058cf

#a058cf

Complementary Color

#a058cf #87cf58

#a058cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058cf Color CSS Codes

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

#a058cf Text Font Color

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

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


#a058cf Background Color

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

This div background color is #a058cf


#a058cf Border Color

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

This div border color is #a058cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058cf


Comments

No comments written yet.

Please login to write comment.