Color Hex Logo

#b099dc Color Hex

#B099DC
(176,153,220)
0 Favorites   0 Comments

Color spaces of #b099dc

RGB 176153220
HSL0.720.490.73
HSV261°30°86°
CMYK 0.200.300.00   0.14
XYZ42.214037.179972.6617
Yxy37.17990.27760.2445
Hunter Lab60.975316.8710-27.9706
CIE-Lab67.411821.9502-30.9613

#b099dc color RGB value is (176,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011001 11011100
Octal 260 231 334
Decimal 176 153 220
Hex B0 99 DC

RGB Percentages of Color #b099dc

%32.06
%27.87
%40.07

CMYK Percentages of Color #b099dc

%20
%30
%0
%14

Triadic Colors of #b099dc

#b099dc #dcb099 #99dcb0

Analogous Colors of #b099dc

#b099dc #d299dc #99a4dc

Monochromatic Colors of #b099dc

#b099dc

Complementary Color

#b099dc #c5dc99

#b099dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b099dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b099dc Color CSS Codes

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

#b099dc Text Font Color

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

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


#b099dc Background Color

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

This div background color is #b099dc


#b099dc Border Color

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

This div border color is #b099dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b099dc


Comments

No comments written yet.

Please login to write comment.