Color Hex Logo

#a09bca Color Hex

#A09BCA
(160,155,202)
0 Favorites   0 Comments

Color spaces of #a09bca

RGB 160155202
HSL0.680.310.70
HSV246°23°79°
CMYK 0.210.230.00   0.21
XYZ36.879235.180560.7239
Yxy35.18050.27770.2649
Hunter Lab59.31327.1881-19.1810
CIE-Lab65.889011.7152-23.4374

#a09bca color RGB value is (160,155,202).

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

The process color (four color CMYK) of #a09bca color hex is 0.21, 0.23, 0.00, 0.21. Web safe color of #a09bca is #9999cc. Color #a09bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 11001010
Octal 240 233 312
Decimal 160 155 202
Hex A0 9B CA

RGB Percentages of Color #a09bca

%30.95
%29.98
%39.07

CMYK Percentages of Color #a09bca

%21
%23
%0
%21

Triadic Colors of #a09bca

#a09bca #caa09b #9bcaa0

Analogous Colors of #a09bca

#a09bca #b89bca #9baeca

Monochromatic Colors of #a09bca

#a09bca

Complementary Color

#a09bca #c5ca9b

#a09bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09bca Color CSS Codes

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

#a09bca Text Font Color

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

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


#a09bca Background Color

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

This div background color is #a09bca


#a09bca Border Color

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

This div border color is #a09bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09bca


Comments

No comments written yet.

Please login to write comment.