Color Hex Logo

#a07cab Color Hex

#A07CAB
(160,124,171)
0 Favorites   0 Comments

Color spaces of #a07cab

RGB 160124171
HSL0.790.220.58
HSV286°27°67°
CMYK 0.060.270.00   0.33
XYZ29.055524.829241.7892
Yxy24.82920.30370.2595
Hunter Lab49.828916.8837-14.8435
CIE-Lab56.908622.5603-19.6398

#a07cab color RGB value is (160,124,171).

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

The process color (four color CMYK) of #a07cab color hex is 0.06, 0.27, 0.00, 0.33. Web safe color of #a07cab is #996699. Color #a07cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 10101011
Octal 240 174 253
Decimal 160 124 171
Hex A0 7C AB

RGB Percentages of Color #a07cab

%35.16
%27.25
%37.58

CMYK Percentages of Color #a07cab

%6
%27
%0
%33

Triadic Colors of #a07cab

#a07cab #aba07c #7caba0

Analogous Colors of #a07cab

#a07cab #ab7c9f #897cab

Monochromatic Colors of #a07cab

#a07cab

Complementary Color

#a07cab #87ab7c

#a07cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07cab Color CSS Codes

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

#a07cab Text Font Color

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

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


#a07cab Background Color

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

This div background color is #a07cab


#a07cab Border Color

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

This div border color is #a07cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07cab


Comments

No comments written yet.

Please login to write comment.