Color Hex Logo

#a750ac Color Hex

#A750AC
(167,80,172)
0 Favorites   0 Comments

Color spaces of #a750ac

RGB 16780172
HSL0.820.370.49
HSV297°53°67°
CMYK 0.030.530.00   0.33
XYZ26.251416.931440.9142
Yxy16.93140.31220.2013
Hunter Lab41.147841.8705-30.1500
CIE-Lab48.173549.0079-33.6788

#a750ac color RGB value is (167,80,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 10101100
Octal 247 120 254
Decimal 167 80 172
Hex A7 50 AC

RGB Percentages of Color #a750ac

%39.86
%19.09
%41.05

CMYK Percentages of Color #a750ac

%3
%53
%0
%33

Triadic Colors of #a750ac

#a750ac #aca750 #50aca7

Analogous Colors of #a750ac

#a750ac #ac5083 #7950ac

Monochromatic Colors of #a750ac

#a750ac

Complementary Color

#a750ac #55ac50

#a750ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750ac Color CSS Codes

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

#a750ac Text Font Color

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

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


#a750ac Background Color

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

This div background color is #a750ac


#a750ac Border Color

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

This div border color is #a750ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750ac


Comments

No comments written yet.

Please login to write comment.