Color Hex Logo

#a75bbd Color Hex

#A75BBD
(167,91,189)
0 Favorites   0 Comments

Color spaces of #a75bbd

RGB 16791189
HSL0.800.430.55
HSV287°52°74°
CMYK 0.120.520.00   0.26
XYZ28.862719.371850.3620
Yxy19.37180.29270.1965
Hunter Lab44.013440.0316-37.0327
CIE-Lab51.119446.7673-38.9487

#a75bbd color RGB value is (167,91,189).

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

The process color (four color CMYK) of #a75bbd color hex is 0.12, 0.52, 0.00, 0.26. Web safe color of #a75bbd is #9966cc. Color #a75bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 10111101
Octal 247 133 275
Decimal 167 91 189
Hex A7 5B BD

RGB Percentages of Color #a75bbd

%37.36
%20.36
%42.28

CMYK Percentages of Color #a75bbd

%12
%52
%0
%26

Triadic Colors of #a75bbd

#a75bbd #bda75b #5bbda7

Analogous Colors of #a75bbd

#a75bbd #bd5ba2 #765bbd

Monochromatic Colors of #a75bbd

#a75bbd

Complementary Color

#a75bbd #71bd5b

#a75bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bbd Color CSS Codes

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

#a75bbd Text Font Color

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

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


#a75bbd Background Color

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

This div background color is #a75bbd


#a75bbd Border Color

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

This div border color is #a75bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bbd


Comments

No comments written yet.

Please login to write comment.