Color Hex Logo

#a75dac Color Hex

#A75DAC
(167,93,172)
0 Favorites   0 Comments

Color spaces of #a75dac

RGB 16793172
HSL0.820.320.52
HSV296°46°67°
CMYK 0.030.460.00   0.33
XYZ27.297119.022741.2628
Yxy19.02270.31170.2172
Hunter Lab43.615035.3906-25.5619
CIE-Lab50.713842.3258-29.7077

#a75dac color RGB value is (167,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011101 10101100
Octal 247 135 254
Decimal 167 93 172
Hex A7 5D AC

RGB Percentages of Color #a75dac

%38.66
%21.53
%39.81

CMYK Percentages of Color #a75dac

%3
%46
%0
%33

Triadic Colors of #a75dac

#a75dac #aca75d #5daca7

Analogous Colors of #a75dac

#a75dac #ac5d8a #805dac

Monochromatic Colors of #a75dac

#a75dac

Complementary Color

#a75dac #62ac5d

#a75dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75dac Color CSS Codes

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

#a75dac Text Font Color

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

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


#a75dac Background Color

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

This div background color is #a75dac


#a75dac Border Color

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

This div border color is #a75dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75dac


Comments

No comments written yet.

Please login to write comment.