Color Hex Logo

#b08adb Color Hex

#B08ADB
(176,138,219)
0 Favorites   0 Comments

Color spaces of #b08adb

RGB 176138219
HSL0.740.530.70
HSV268°37°86°
CMYK 0.200.370.00   0.14
XYZ39.779232.521571.1985
Yxy32.52150.27720.2266
Hunter Lab57.027624.7130-34.1037
CIE-Lab63.771630.1607-36.0563

#b08adb color RGB value is (176,138,219).

#b08adb hex color red value is 176, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b08adb hue: 0.74 , saturation: 0.53 and the lightness value of b08adb is 0.70.

The process color (four color CMYK) of #b08adb color hex is 0.20, 0.37, 0.00, 0.14. Web safe color of #b08adb is #9999cc. Color #b08adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 11011011
Octal 260 212 333
Decimal 176 138 219
Hex B0 8A DB

RGB Percentages of Color #b08adb

%33.02
%25.89
%41.09

CMYK Percentages of Color #b08adb

%20
%37
%0
%14

Triadic Colors of #b08adb

#b08adb #dbb08a #8adbb0

Analogous Colors of #b08adb

#b08adb #d98adb #8a8ddb

Monochromatic Colors of #b08adb

#b08adb

Complementary Color

#b08adb #b5db8a

#b08adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08adb Color CSS Codes

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

#b08adb Text Font Color

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

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


#b08adb Background Color

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

This div background color is #b08adb


#b08adb Border Color

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

This div border color is #b08adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08adb


Comments

No comments written yet.

Please login to write comment.