Color Hex Logo

#a073be Color Hex

#A073BE
(160,115,190)
0 Favorites   0 Comments

Color spaces of #a073be

RGB 160115190
HSL0.770.370.60
HSV276°39°75°
CMYK 0.160.390.00   0.25
XYZ29.922223.452851.6650
Yxy23.45280.28490.2233
Hunter Lab48.428125.5404-29.3532
CIE-Lab55.535731.7943-32.6569

#a073be color RGB value is (160,115,190).

#a073be hex color red value is 160, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a073be hue: 0.77 , saturation: 0.37 and the lightness value of a073be is 0.60.

The process color (four color CMYK) of #a073be color hex is 0.16, 0.39, 0.00, 0.25. Web safe color of #a073be is #9966cc. Color #a073be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 10111110
Octal 240 163 276
Decimal 160 115 190
Hex A0 73 BE

RGB Percentages of Color #a073be

%34.41
%24.73
%40.86

CMYK Percentages of Color #a073be

%16
%39
%0
%25

Triadic Colors of #a073be

#a073be #bea073 #73bea0

Analogous Colors of #a073be

#a073be #be73b7 #7b73be

Monochromatic Colors of #a073be

#a073be

Complementary Color

#a073be #91be73

#a073be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a073be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a073be Color CSS Codes

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

#a073be Text Font Color

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

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


#a073be Background Color

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

This div background color is #a073be


#a073be Border Color

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

This div border color is #a073be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a073be


Comments

No comments written yet.

Please login to write comment.