Color Hex Logo

#a75eac Color Hex

#A75EAC
(167,94,172)
0 Favorites   0 Comments

Color spaces of #a75eac

RGB 16794172
HSL0.820.320.52
HSV296°45°67°
CMYK 0.030.450.00   0.33
XYZ27.385419.199541.2922
Yxy19.19950.31160.2185
Hunter Lab43.817234.8808-25.2013
CIE-Lab50.919841.7930-29.3868

#a75eac color RGB value is (167,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011110 10101100
Octal 247 136 254
Decimal 167 94 172
Hex A7 5E AC

RGB Percentages of Color #a75eac

%38.57
%21.71
%39.72

CMYK Percentages of Color #a75eac

%3
%45
%0
%33

Triadic Colors of #a75eac

#a75eac #aca75e #5eaca7

Analogous Colors of #a75eac

#a75eac #ac5e8a #805eac

Monochromatic Colors of #a75eac

#a75eac

Complementary Color

#a75eac #63ac5e

#a75eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75eac Color CSS Codes

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

#a75eac Text Font Color

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

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


#a75eac Background Color

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

This div background color is #a75eac


#a75eac Border Color

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

This div border color is #a75eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75eac


Comments

No comments written yet.

Please login to write comment.