Color Hex Logo

#b099df Color Hex

#B099DF
(176,153,223)
0 Favorites   0 Comments

Color spaces of #b099df

RGB 176153223
HSL0.720.520.74
HSV260°31°87°
CMYK 0.210.310.00   0.13
XYZ42.615037.340374.7734
Yxy37.34030.27540.2413
Hunter Lab61.106717.5468-29.7757
CIE-Lab67.531622.6380-32.4317

#b099df color RGB value is (176,153,223).

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

The process color (four color CMYK) of #b099df color hex is 0.21, 0.31, 0.00, 0.13. Web safe color of #b099df is #9999cc. Color #b099df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011001 11011111
Octal 260 231 337
Decimal 176 153 223
Hex B0 99 DF

RGB Percentages of Color #b099df

%31.88
%27.72
%40.40

CMYK Percentages of Color #b099df

%21
%31
%0
%13

Triadic Colors of #b099df

#b099df #dfb099 #99dfb0

Analogous Colors of #b099df

#b099df #d399df #99a5df

Monochromatic Colors of #b099df

#b099df

Complementary Color

#b099df #c8df99

#b099df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b099df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b099df Color CSS Codes

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

#b099df Text Font Color

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

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


#b099df Background Color

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

This div background color is #b099df


#b099df Border Color

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

This div border color is #b099df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b099df


Comments

No comments written yet.

Please login to write comment.