Color Hex Logo

#a75afe Color Hex

#A75AFE
(167,90,254)
0 Favorites   0 Comments

Color spaces of #a75afe

RGB 16790254
HSL0.740.990.67
HSV268°65°100°
CMYK 0.340.650.00   0.00
XYZ37.481922.683696.1688
Yxy22.68360.23980.1451
Hunter Lab47.627357.1288-86.3789
CIE-Lab54.744961.7257-69.9170

#a75afe color RGB value is (167,90,254).

#a75afe hex color red value is 167, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a75afe hue: 0.74 , saturation: 0.99 and the lightness value of a75afe is 0.67.

The process color (four color CMYK) of #a75afe color hex is 0.34, 0.65, 0.00, 0.00. Web safe color of #a75afe is #9966ff. Color #a75afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 11111110
Octal 247 132 376
Decimal 167 90 254
Hex A7 5A FE

RGB Percentages of Color #a75afe

%32.68
%17.61
%49.71

CMYK Percentages of Color #a75afe

%34
%65
%0
%0

Triadic Colors of #a75afe

#a75afe #fea75a #5afea7

Analogous Colors of #a75afe

#a75afe #f95afe #5a5ffe

Monochromatic Colors of #a75afe

#a75afe

Complementary Color

#a75afe #b1fe5a

#a75afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75afe Color CSS Codes

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

#a75afe Text Font Color

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

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


#a75afe Background Color

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

This div background color is #a75afe


#a75afe Border Color

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

This div border color is #a75afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75afe


Comments

No comments written yet.

Please login to write comment.