Color Hex Logo

#a075ff Color Hex

#A075FF
(160,117,255)
0 Favorites   0 Comments

Color spaces of #a075ff

RGB 160117255
HSL0.721.000.73
HSV259°54°100°
CMYK 0.370.540.00   0.00
XYZ38.908527.416297.8489
Yxy27.41620.23700.1670
Hunter Lab52.360541.0106-74.1461
CIE-Lab59.357646.4375-63.0752

#a075ff color RGB value is (160,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11111111
Octal 240 165 377
Decimal 160 117 255
Hex A0 75 FF

RGB Percentages of Color #a075ff

%30.08
%21.99
%47.93

CMYK Percentages of Color #a075ff

%37
%54
%0
%0

Triadic Colors of #a075ff

#a075ff #ffa075 #75ffa0

Analogous Colors of #a075ff

#a075ff #e575ff #758fff

Monochromatic Colors of #a075ff

#a075ff

Complementary Color

#a075ff #d4ff75

#a075ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075ff Color CSS Codes

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

#a075ff Text Font Color

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

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


#a075ff Background Color

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

This div background color is #a075ff


#a075ff Border Color

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

This div border color is #a075ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,117,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075ff

#a075ff Color Palettes


Comments

No comments written yet.

Please login to write comment.