Color Hex Logo

#a075fa Color Hex

#A075FA
(160,117,250)
0 Favorites   0 Comments

Color spaces of #a075fa

RGB 160117250
HSL0.720.930.72
HSV259°53°98°
CMYK 0.360.530.00   0.02
XYZ38.113827.098393.6642
Yxy27.09830.23990.1706
Hunter Lab52.056039.5941-70.2410
CIE-Lab59.065245.1528-60.7877

#a075fa color RGB value is (160,117,250).

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

The process color (four color CMYK) of #a075fa color hex is 0.36, 0.53, 0.00, 0.02. Web safe color of #a075fa is #9966ff. Color #a075fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11111010
Octal 240 165 372
Decimal 160 117 250
Hex A0 75 FA

RGB Percentages of Color #a075fa

%30.36
%22.20
%47.44

CMYK Percentages of Color #a075fa

%36
%53
%0
%2

Triadic Colors of #a075fa

#a075fa #faa075 #75faa0

Analogous Colors of #a075fa

#a075fa #e375fa #758dfa

Monochromatic Colors of #a075fa

#a075fa

Complementary Color

#a075fa #cffa75

#a075fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075fa Color CSS Codes

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

#a075fa Text Font Color

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

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


#a075fa Background Color

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

This div background color is #a075fa


#a075fa Border Color

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

This div border color is #a075fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075fa

Related Colors


Comments

No comments written yet.

Please login to write comment.