Color Hex Logo

#a075ad Color Hex

#A075AD
(160,117,173)
0 Favorites   0 Comments

Color spaces of #a075ad

RGB 160117173
HSL0.790.250.57
HSV286°32°68°
CMYK 0.080.320.00   0.32
XYZ28.401323.213342.5189
Yxy23.21330.30170.2466
Hunter Lab48.180220.9070-18.5972
CIE-Lab55.291426.9841-23.2692

#a075ad color RGB value is (160,117,173).

#a075ad hex color red value is 160, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a075ad hue: 0.79 , saturation: 0.25 and the lightness value of a075ad is 0.57.

The process color (four color CMYK) of #a075ad color hex is 0.08, 0.32, 0.00, 0.32. Web safe color of #a075ad is #996699. Color #a075ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 10101101
Octal 240 165 255
Decimal 160 117 173
Hex A0 75 AD

RGB Percentages of Color #a075ad

%35.56
%26.00
%38.44

CMYK Percentages of Color #a075ad

%8
%32
%0
%32

Triadic Colors of #a075ad

#a075ad #ada075 #75ada0

Analogous Colors of #a075ad

#a075ad #ad759e #8475ad

Monochromatic Colors of #a075ad

#a075ad

Complementary Color

#a075ad #82ad75

#a075ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075ad Color CSS Codes

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

#a075ad Text Font Color

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

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


#a075ad Background Color

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

This div background color is #a075ad


#a075ad Border Color

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

This div border color is #a075ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075ad


Comments

No comments written yet.

Please login to write comment.