Color Hex Logo

#a75aba Color Hex

#A75ABA
(167,90,186)
0 Favorites   0 Comments

Color spaces of #a75aba

RGB 16790186
HSL0.800.410.54
HSV288°52°73°
CMYK 0.100.520.00   0.27
XYZ28.455419.073048.6361
Yxy19.07300.29590.1983
Hunter Lab43.672639.8765-35.4575
CIE-Lab50.772546.6741-37.7593

#a75aba color RGB value is (167,90,186).

#a75aba hex color red value is 167, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a75aba hue: 0.80 , saturation: 0.41 and the lightness value of a75aba is 0.54.

The process color (four color CMYK) of #a75aba color hex is 0.10, 0.52, 0.00, 0.27. Web safe color of #a75aba is #9966cc. Color #a75aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 10111010
Octal 247 132 272
Decimal 167 90 186
Hex A7 5A BA

RGB Percentages of Color #a75aba

%37.70
%20.32
%41.99

CMYK Percentages of Color #a75aba

%10
%52
%0
%27

Triadic Colors of #a75aba

#a75aba #baa75a #5abaa7

Analogous Colors of #a75aba

#a75aba #ba5a9d #775aba

Monochromatic Colors of #a75aba

#a75aba

Complementary Color

#a75aba #6dba5a

#a75aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75aba Color CSS Codes

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

#a75aba Text Font Color

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

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


#a75aba Background Color

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

This div background color is #a75aba


#a75aba Border Color

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

This div border color is #a75aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75aba


Comments

No comments written yet.

Please login to write comment.