Color Hex Logo

#a75bba Color Hex

#A75BBA
(167,91,186)
0 Favorites   0 Comments

Color spaces of #a75bba

RGB 16791186
HSL0.800.410.54
HSV288°51°73°
CMYK 0.100.510.00   0.27
XYZ28.540419.242848.6644
Yxy19.24280.29590.1995
Hunter Lab43.866639.3687-35.0680
CIE-Lab50.970146.1553-37.4483

#a75bba color RGB value is (167,91,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 10111010
Octal 247 133 272
Decimal 167 91 186
Hex A7 5B BA

RGB Percentages of Color #a75bba

%37.61
%20.50
%41.89

CMYK Percentages of Color #a75bba

%10
%51
%0
%27

Triadic Colors of #a75bba

#a75bba #baa75b #5bbaa7

Analogous Colors of #a75bba

#a75bba #ba5b9e #785bba

Monochromatic Colors of #a75bba

#a75bba

Complementary Color

#a75bba #6eba5b

#a75bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bba Color CSS Codes

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

#a75bba Text Font Color

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

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


#a75bba Background Color

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

This div background color is #a75bba


#a75bba Border Color

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

This div border color is #a75bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bba


Comments

No comments written yet.

Please login to write comment.