Color Hex Logo

#b09ada Color Hex

#B09ADA
(176,154,218)
0 Favorites   0 Comments

Color spaces of #b09ada

RGB 176154218
HSL0.720.460.73
HSV261°29°85°
CMYK 0.190.290.00   0.15
XYZ42.115037.403371.3295
Yxy37.40330.27920.2480
Hunter Lab61.158215.8924-26.3398
CIE-Lab67.578520.9331-29.5991

#b09ada color RGB value is (176,154,218).

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

The process color (four color CMYK) of #b09ada color hex is 0.19, 0.29, 0.00, 0.15. Web safe color of #b09ada is #9999cc. Color #b09ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 11011010
Octal 260 232 332
Decimal 176 154 218
Hex B0 9A DA

RGB Percentages of Color #b09ada

%32.12
%28.10
%39.78

CMYK Percentages of Color #b09ada

%19
%29
%0
%15

Triadic Colors of #b09ada

#b09ada #dab09a #9adab0

Analogous Colors of #b09ada

#b09ada #d09ada #9aa4da

Monochromatic Colors of #b09ada

#b09ada

Complementary Color

#b09ada #c4da9a

#b09ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ada Color CSS Codes

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

#b09ada Text Font Color

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

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


#b09ada Background Color

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

This div background color is #b09ada


#b09ada Border Color

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

This div border color is #b09ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,154,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ada


Comments

No comments written yet.

Please login to write comment.