Color Hex Logo

#a75abb Color Hex

#A75ABB
(167,90,187)
0 Favorites   0 Comments

Color spaces of #a75abb

RGB 16790187
HSL0.800.420.54
HSV288°52°73°
CMYK 0.110.520.00   0.27
XYZ28.562219.115749.1980
Yxy19.11570.29480.1973
Hunter Lab43.721540.0971-36.1115
CIE-Lab50.822346.8774-38.2600

#a75abb color RGB value is (167,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 10111011
Octal 247 132 273
Decimal 167 90 187
Hex A7 5A BB

RGB Percentages of Color #a75abb

%37.61
%20.27
%42.12

CMYK Percentages of Color #a75abb

%11
%52
%0
%27

Triadic Colors of #a75abb

#a75abb #bba75a #5abba7

Analogous Colors of #a75abb

#a75abb #bb5a9f #775abb

Monochromatic Colors of #a75abb

#a75abb

Complementary Color

#a75abb #6ebb5a

#a75abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75abb Color CSS Codes

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

#a75abb Text Font Color

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

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


#a75abb Background Color

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

This div background color is #a75abb


#a75abb Border Color

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

This div border color is #a75abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75abb


Comments

No comments written yet.

Please login to write comment.