Color Hex Logo

#a758ac Color Hex

#A758AC
(167,88,172)
0 Favorites   0 Comments

Color spaces of #a758ac

RGB 16788172
HSL0.820.340.51
HSV296°49°67°
CMYK 0.030.490.00   0.33
XYZ26.872518.173541.1212
Yxy18.17350.31190.2109
Hunter Lab42.630437.9161-27.3498
CIE-Lab49.705944.9508-31.2797

#a758ac color RGB value is (167,88,172).

#a758ac hex color red value is 167, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a758ac hue: 0.82 , saturation: 0.34 and the lightness value of a758ac is 0.51.

The process color (four color CMYK) of #a758ac color hex is 0.03, 0.49, 0.00, 0.33. Web safe color of #a758ac is #996699. Color #a758ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 10101100
Octal 247 130 254
Decimal 167 88 172
Hex A7 58 AC

RGB Percentages of Color #a758ac

%39.11
%20.61
%40.28

CMYK Percentages of Color #a758ac

%3
%49
%0
%33

Triadic Colors of #a758ac

#a758ac #aca758 #58aca7

Analogous Colors of #a758ac

#a758ac #ac5887 #7d58ac

Monochromatic Colors of #a758ac

#a758ac

Complementary Color

#a758ac #5dac58

#a758ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a758ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a758ac Color CSS Codes

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

#a758ac Text Font Color

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

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


#a758ac Background Color

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

This div background color is #a758ac


#a758ac Border Color

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

This div border color is #a758ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a758ac


Comments

No comments written yet.

Please login to write comment.