Color Hex Logo

#a07bba Color Hex

#A07BBA
(160,123,186)
0 Favorites   0 Comments

Color spaces of #a07bba

RGB 160123186
HSL0.760.310.61
HSV275°34°73°
CMYK 0.140.340.00   0.27
XYZ30.443125.184749.7110
Yxy25.18470.28900.2391
Hunter Lab50.184420.4600-23.6017
CIE-Lab57.254926.3463-27.7008

#a07bba color RGB value is (160,123,186).

#a07bba hex color red value is 160, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a07bba hue: 0.76 , saturation: 0.31 and the lightness value of a07bba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111011 10111010
Octal 240 173 272
Decimal 160 123 186
Hex A0 7B BA

RGB Percentages of Color #a07bba

%34.12
%26.23
%39.66

CMYK Percentages of Color #a07bba

%14
%34
%0
%27

Triadic Colors of #a07bba

#a07bba #baa07b #7bbaa0

Analogous Colors of #a07bba

#a07bba #ba7bb5 #817bba

Monochromatic Colors of #a07bba

#a07bba

Complementary Color

#a07bba #95ba7b

#a07bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07bba Color CSS Codes

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

#a07bba Text Font Color

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

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


#a07bba Background Color

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

This div background color is #a07bba


#a07bba Border Color

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

This div border color is #a07bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,123,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 #a07bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07bba


Comments

No comments written yet.

Please login to write comment.