Color Hex Logo

#a07acb Color Hex

#A07ACB
(160,122,203)
0 Favorites   0 Comments

Color spaces of #a07acb

RGB 160122203
HSL0.740.440.64
HSV268°40°80°
CMYK 0.210.400.00   0.20
XYZ32.236225.704459.7623
Yxy25.70440.27390.2184
Hunter Lab50.699524.7713-34.3987
CIE-Lab57.755430.7780-36.5872

#a07acb color RGB value is (160,122,203).

#a07acb hex color red value is 160, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a07acb hue: 0.74 , saturation: 0.44 and the lightness value of a07acb is 0.64.

The process color (four color CMYK) of #a07acb color hex is 0.21, 0.40, 0.00, 0.20. Web safe color of #a07acb is #9966cc. Color #a07acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 11001011
Octal 240 172 313
Decimal 160 122 203
Hex A0 7A CB

RGB Percentages of Color #a07acb

%32.99
%25.15
%41.86

CMYK Percentages of Color #a07acb

%21
%40
%0
%20

Triadic Colors of #a07acb

#a07acb #cba07a #7acba0

Analogous Colors of #a07acb

#a07acb #c97acb #7a7dcb

Monochromatic Colors of #a07acb

#a07acb

Complementary Color

#a07acb #a5cb7a

#a07acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07acb Color CSS Codes

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

#a07acb Text Font Color

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

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


#a07acb Background Color

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

This div background color is #a07acb


#a07acb Border Color

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

This div border color is #a07acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07acb


Comments

No comments written yet.

Please login to write comment.