Color Hex Logo

#b091df Color Hex

#B091DF
(176,145,223)
0 Favorites   0 Comments

Color spaces of #b091df

RGB 176145223
HSL0.730.550.72
HSV264°35°87°
CMYK 0.210.350.00   0.13
XYZ41.349234.808674.3514
Yxy34.80860.27470.2313
Hunter Lab58.998821.8534-33.4192
CIE-Lab65.599427.1393-35.4305

#b091df color RGB value is (176,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010001 11011111
Octal 260 221 337
Decimal 176 145 223
Hex B0 91 DF

RGB Percentages of Color #b091df

%32.35
%26.65
%40.99

CMYK Percentages of Color #b091df

%21
%35
%0
%13

Triadic Colors of #b091df

#b091df #dfb091 #91dfb0

Analogous Colors of #b091df

#b091df #d791df #9199df

Monochromatic Colors of #b091df

#b091df

Complementary Color

#b091df #c0df91

#b091df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b091df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b091df Color CSS Codes

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

#b091df Text Font Color

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

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


#b091df Background Color

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

This div background color is #b091df


#b091df Border Color

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

This div border color is #b091df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b091df


Comments

No comments written yet.

Please login to write comment.