Color Hex Logo

#a099c0 Color Hex

#A099C0
(160,153,192)
0 Favorites   0 Comments

Color spaces of #a099c0

RGB 160153192
HSL0.700.240.68
HSV251°20°75°
CMYK 0.170.200.00   0.25
XYZ35.402934.061854.5778
Yxy34.06180.28540.2746
Hunter Lab58.36256.1444-14.5914
CIE-Lab65.011610.5643-19.1973

#a099c0 color RGB value is (160,153,192).

#a099c0 hex color red value is 160, green value is 153 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a099c0 hue: 0.70 , saturation: 0.24 and the lightness value of a099c0 is 0.68.

The process color (four color CMYK) of #a099c0 color hex is 0.17, 0.20, 0.00, 0.25. Web safe color of #a099c0 is #9999cc. Color #a099c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 11000000
Octal 240 231 300
Decimal 160 153 192
Hex A0 99 C0

RGB Percentages of Color #a099c0

%31.68
%30.30
%38.02

CMYK Percentages of Color #a099c0

%17
%20
%0
%25

Triadic Colors of #a099c0

#a099c0 #c0a099 #99c0a0

Analogous Colors of #a099c0

#a099c0 #b499c0 #99a6c0

Monochromatic Colors of #a099c0

#a099c0

Complementary Color

#a099c0 #b9c099

#a099c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a099c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a099c0 Color CSS Codes

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

#a099c0 Text Font Color

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

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


#a099c0 Background Color

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

This div background color is #a099c0


#a099c0 Border Color

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

This div border color is #a099c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a099c0


Comments

No comments written yet.

Please login to write comment.