Color Hex Logo

#a750fe Color Hex

#A750FE
(167,80,254)
0 Favorites   0 Comments

Color spaces of #a750fe

RGB 16780254
HSL0.750.990.65
HSV270°69°100°
CMYK 0.340.690.00   0.00
XYZ36.694421.108695.9063
Yxy21.10860.23870.1373
Hunter Lab45.944162.1613-91.6044
CIE-Lab53.068166.3671-72.6333

#a750fe color RGB value is (167,80,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 11111110
Octal 247 120 376
Decimal 167 80 254
Hex A7 50 FE

RGB Percentages of Color #a750fe

%33.33
%15.97
%50.70

CMYK Percentages of Color #a750fe

%34
%69
%0
%0

Triadic Colors of #a750fe

#a750fe #fea750 #50fea7

Analogous Colors of #a750fe

#a750fe #fe50fe #5050fe

Monochromatic Colors of #a750fe

#a750fe

Complementary Color

#a750fe #a7fe50

#a750fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a750fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a750fe Color CSS Codes

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

#a750fe Text Font Color

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

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


#a750fe Background Color

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

This div background color is #a750fe


#a750fe Border Color

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

This div border color is #a750fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,80,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 #a750fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a750fe


Comments

No comments written yet.

Please login to write comment.