Color Hex Logo

#a075fd Color Hex

#A075FD
(160,117,253)
0 Favorites   0 Comments

Color spaces of #a075fd

RGB 160117253
HSL0.720.970.73
HSV259°54°99°
CMYK 0.370.540.00   0.01
XYZ38.588127.288096.1618
Yxy27.28800.23810.1684
Hunter Lab52.237940.4414-72.5770
CIE-Lab59.240045.9227-62.1623

#a075fd color RGB value is (160,117,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11111101
Octal 240 165 375
Decimal 160 117 253
Hex A0 75 FD

RGB Percentages of Color #a075fd

%30.19
%22.08
%47.74

CMYK Percentages of Color #a075fd

%37
%54
%0
%1

Triadic Colors of #a075fd

#a075fd #fda075 #75fda0

Analogous Colors of #a075fd

#a075fd #e475fd #758efd

Monochromatic Colors of #a075fd

#a075fd

Complementary Color

#a075fd #d2fd75

#a075fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075fd Color CSS Codes

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

#a075fd Text Font Color

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

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


#a075fd Background Color

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

This div background color is #a075fd


#a075fd Border Color

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

This div border color is #a075fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075fd


Comments

No comments written yet.

Please login to write comment.