Color Hex Logo

#a09bde Color Hex

#A09BDE
(160,155,222)
0 Favorites   0 Comments

Color spaces of #a09bde

RGB 160155222
HSL0.680.500.74
HSV244°30°87°
CMYK 0.280.300.00   0.13
XYZ39.403436.190274.0159
Yxy36.19020.26340.2419
Hunter Lab60.158311.6397-30.8368
CIE-Lab66.665016.5076-33.3279

#a09bde color RGB value is (160,155,222).

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

The process color (four color CMYK) of #a09bde color hex is 0.28, 0.30, 0.00, 0.13. Web safe color of #a09bde is #9999cc. Color #a09bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 11011110
Octal 240 233 336
Decimal 160 155 222
Hex A0 9B DE

RGB Percentages of Color #a09bde

%29.80
%28.86
%41.34

CMYK Percentages of Color #a09bde

%28
%30
%0
%13

Triadic Colors of #a09bde

#a09bde #dea09b #9bdea0

Analogous Colors of #a09bde

#a09bde #c29bde #9bb8de

Monochromatic Colors of #a09bde

#a09bde

Complementary Color

#a09bde #d9de9b

#a09bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09bde Color CSS Codes

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

#a09bde Text Font Color

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

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


#a09bde Background Color

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

This div background color is #a09bde


#a09bde Border Color

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

This div border color is #a09bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09bde


Comments

No comments written yet.

Please login to write comment.