Color Hex Logo

#a75bfb Color Hex

#A75BFB
(167,91,251)
0 Favorites   0 Comments

Color spaces of #a75bfb

RGB 16791251
HSL0.750.950.67
HSV269°64°98°
CMYK 0.330.640.00   0.02
XYZ37.090022.662793.6863
Yxy22.66270.24170.1477
Hunter Lab47.605455.7625-83.3577
CIE-Lab54.723260.5370-68.2889

#a75bfb color RGB value is (167,91,251).

#a75bfb hex color red value is 167, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a75bfb hue: 0.75 , saturation: 0.95 and the lightness value of a75bfb is 0.67.

The process color (four color CMYK) of #a75bfb color hex is 0.33, 0.64, 0.00, 0.02. Web safe color of #a75bfb is #9966ff. Color #a75bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011011 11111011
Octal 247 133 373
Decimal 167 91 251
Hex A7 5B FB

RGB Percentages of Color #a75bfb

%32.81
%17.88
%49.31

CMYK Percentages of Color #a75bfb

%33
%64
%0
%2

Triadic Colors of #a75bfb

#a75bfb #fba75b #5bfba7

Analogous Colors of #a75bfb

#a75bfb #f75bfb #5b5ffb

Monochromatic Colors of #a75bfb

#a75bfb

Complementary Color

#a75bfb #affb5b

#a75bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75bfb Color CSS Codes

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

#a75bfb Text Font Color

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

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


#a75bfb Background Color

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

This div background color is #a75bfb


#a75bfb Border Color

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

This div border color is #a75bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75bfb


Comments

No comments written yet.

Please login to write comment.