Color Hex Logo

#a075ba Color Hex

#A075BA
(160,117,186)
0 Favorites   0 Comments

Color spaces of #a075ba

RGB 160117186
HSL0.770.330.59
HSV277°37°73°
CMYK 0.140.370.00   0.27
XYZ29.721423.741349.4704
Yxy23.74130.28870.2306
Hunter Lab48.725023.6130-26.0894
CIE-Lab55.827829.7726-29.9124

#a075ba color RGB value is (160,117,186).

#a075ba hex color red value is 160, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a075ba hue: 0.77 , saturation: 0.33 and the lightness value of a075ba is 0.59.

The process color (four color CMYK) of #a075ba color hex is 0.14, 0.37, 0.00, 0.27. Web safe color of #a075ba is #9966cc. Color #a075ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 10111010
Octal 240 165 272
Decimal 160 117 186
Hex A0 75 BA

RGB Percentages of Color #a075ba

%34.56
%25.27
%40.17

CMYK Percentages of Color #a075ba

%14
%37
%0
%27

Triadic Colors of #a075ba

#a075ba #baa075 #75baa0

Analogous Colors of #a075ba

#a075ba #ba75b2 #7e75ba

Monochromatic Colors of #a075ba

#a075ba

Complementary Color

#a075ba #8fba75

#a075ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075ba Color CSS Codes

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

#a075ba Text Font Color

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

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


#a075ba Background Color

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

This div background color is #a075ba


#a075ba Border Color

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

This div border color is #a075ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075ba


Comments

No comments written yet.

Please login to write comment.