Color Hex Logo

#a75dfa Color Hex

#A75DFA
(167,93,250)
0 Favorites   0 Comments

Color spaces of #a75dfa

RGB 16793250
HSL0.750.940.67
HSV268°63°98°
CMYK 0.330.630.00   0.02
XYZ37.106022.946392.9159
Yxy22.94630.24260.1500
Hunter Lab47.902354.4404-81.4730
CIE-Lab55.017059.3232-67.2595

#a75dfa color RGB value is (167,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011101 11111010
Octal 247 135 372
Decimal 167 93 250
Hex A7 5D FA

RGB Percentages of Color #a75dfa

%32.75
%18.24
%49.02

CMYK Percentages of Color #a75dfa

%33
%63
%0
%2

Triadic Colors of #a75dfa

#a75dfa #faa75d #5dfaa7

Analogous Colors of #a75dfa

#a75dfa #f65dfa #5d61fa

Monochromatic Colors of #a75dfa

#a75dfa

Complementary Color

#a75dfa #b0fa5d

#a75dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75dfa Color CSS Codes

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

#a75dfa Text Font Color

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

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


#a75dfa Background Color

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

This div background color is #a75dfa


#a75dfa Border Color

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

This div border color is #a75dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75dfa


Comments

No comments written yet.

Please login to write comment.