Color Hex Logo

#b098dc Color Hex

#B098DC
(176,152,220)
0 Favorites   0 Comments

Color spaces of #b098dc

RGB 176152220
HSL0.730.490.73
HSV261°31°86°
CMYK 0.200.310.00   0.14
XYZ42.051036.853972.6073
Yxy36.85390.27750.2432
Hunter Lab60.707417.4060-28.4169
CIE-Lab67.167322.5125-31.3392

#b098dc color RGB value is (176,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11011100
Octal 260 230 334
Decimal 176 152 220
Hex B0 98 DC

RGB Percentages of Color #b098dc

%32.12
%27.74
%40.15

CMYK Percentages of Color #b098dc

%20
%31
%0
%14

Triadic Colors of #b098dc

#b098dc #dcb098 #98dcb0

Analogous Colors of #b098dc

#b098dc #d298dc #98a2dc

Monochromatic Colors of #b098dc

#b098dc

Complementary Color

#b098dc #c4dc98

#b098dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098dc Color CSS Codes

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

#b098dc Text Font Color

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

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


#b098dc Background Color

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

This div background color is #b098dc


#b098dc Border Color

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

This div border color is #b098dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098dc


Comments

No comments written yet.

Please login to write comment.