Color Hex Logo

#a07bad Color Hex

#A07BAD
(160,123,173)
0 Favorites   0 Comments

Color spaces of #a07bad

RGB 160123173
HSL0.790.230.58
HSV284°29°68°
CMYK 0.080.290.00   0.32
XYZ29.123024.656642.7594
Yxy24.65660.30170.2554
Hunter Lab49.655417.7936-16.2972
CIE-Lab56.739323.5508-21.0479

#a07bad color RGB value is (160,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111011 10101101
Octal 240 173 255
Decimal 160 123 173
Hex A0 7B AD

RGB Percentages of Color #a07bad

%35.09
%26.97
%37.94

CMYK Percentages of Color #a07bad

%8
%29
%0
%32

Triadic Colors of #a07bad

#a07bad #ada07b #7bada0

Analogous Colors of #a07bad

#a07bad #ad7ba1 #877bad

Monochromatic Colors of #a07bad

#a07bad

Complementary Color

#a07bad #88ad7b

#a07bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07bad Color CSS Codes

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

#a07bad Text Font Color

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

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


#a07bad Background Color

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

This div background color is #a07bad


#a07bad Border Color

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

This div border color is #a07bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07bad


Comments

No comments written yet.

Please login to write comment.