Color Hex Logo

#b098db Color Hex

#B098DB
(176,152,219)
0 Favorites   0 Comments

Color spaces of #b098db

RGB 176152219
HSL0.730.480.73
HSV261°31°86°
CMYK 0.200.310.00   0.14
XYZ41.918936.801171.9118
Yxy36.80110.27830.2443
Hunter Lab60.663917.1821-27.8184
CIE-Lab67.127522.2844-30.8480

#b098db color RGB value is (176,152,219).

#b098db hex color red value is 176, green value is 152 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b098db hue: 0.73 , saturation: 0.48 and the lightness value of b098db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11011011
Octal 260 230 333
Decimal 176 152 219
Hex B0 98 DB

RGB Percentages of Color #b098db

%32.18
%27.79
%40.04

CMYK Percentages of Color #b098db

%20
%31
%0
%14

Triadic Colors of #b098db

#b098db #dbb098 #98dbb0

Analogous Colors of #b098db

#b098db #d298db #98a2db

Monochromatic Colors of #b098db

#b098db

Complementary Color

#b098db #c3db98

#b098db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098db Color CSS Codes

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

#b098db Text Font Color

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

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


#b098db Background Color

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

This div background color is #b098db


#b098db Border Color

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

This div border color is #b098db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098db


Comments

No comments written yet.

Please login to write comment.