Color Hex Logo

#b09ade Color Hex

#B09ADE
(176,154,222)
0 Favorites   0 Comments

Color spaces of #b09ade

RGB 176154222
HSL0.720.510.74
HSV259°31°87°
CMYK 0.210.310.00   0.13
XYZ42.644937.615274.1201
Yxy37.61520.27620.2437
Hunter Lab61.331216.7852-28.7214
CIE-Lab67.736021.8461-31.5637

#b09ade color RGB value is (176,154,222).

#b09ade hex color red value is 176, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b09ade hue: 0.72 , saturation: 0.51 and the lightness value of b09ade is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11011110
Octal 260 232 336
Decimal 176 154 222
Hex B0 9A DE

RGB Percentages of Color #b09ade

%31.88
%27.90
%40.22

CMYK Percentages of Color #b09ade

%21
%31
%0
%13

Triadic Colors of #b09ade

#b09ade #deb09a #9adeb0

Analogous Colors of #b09ade

#b09ade #d29ade #9aa6de

Monochromatic Colors of #b09ade

#b09ade

Complementary Color

#b09ade #c8de9a

#b09ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ade Color CSS Codes

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

#b09ade Text Font Color

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

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


#b09ade Background Color

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

This div background color is #b09ade


#b09ade Border Color

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

This div border color is #b09ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,154,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 #b09ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ade


Comments

No comments written yet.

Please login to write comment.