Color Hex Logo

#a075fe Color Hex

#A075FE
(160,117,254)
0 Favorites   0 Comments

Color spaces of #a075fe

RGB 160117254
HSL0.720.990.73
HSV259°54°100°
CMYK 0.370.540.00   0.00
XYZ38.747927.351997.0031
Yxy27.35190.23760.1677
Hunter Lab52.299040.7257-73.3604
CIE-Lab59.298646.1801-62.6191

#a075fe color RGB value is (160,117,254).

#a075fe hex color red value is 160, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a075fe hue: 0.72 , saturation: 0.99 and the lightness value of a075fe is 0.73.

The process color (four color CMYK) of #a075fe color hex is 0.37, 0.54, 0.00, 0.00. Web safe color of #a075fe is #9966ff. Color #a075fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11111110
Octal 240 165 376
Decimal 160 117 254
Hex A0 75 FE

RGB Percentages of Color #a075fe

%30.13
%22.03
%47.83

CMYK Percentages of Color #a075fe

%37
%54
%0
%0

Triadic Colors of #a075fe

#a075fe #fea075 #75fea0

Analogous Colors of #a075fe

#a075fe #e575fe #758ffe

Monochromatic Colors of #a075fe

#a075fe

Complementary Color

#a075fe #d3fe75

#a075fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075fe Color CSS Codes

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

#a075fe Text Font Color

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

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


#a075fe Background Color

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

This div background color is #a075fe


#a075fe Border Color

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

This div border color is #a075fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075fe


Comments

No comments written yet.

Please login to write comment.