Color Hex Logo

#b291df Color Hex

#B291DF
(178,145,223)
0 Favorites   0 Comments

Color spaces of #b291df

RGB 178145223
HSL0.740.550.72
HSV265°35°87°
CMYK 0.200.350.00   0.13
XYZ41.804835.043574.3728
Yxy35.04350.27640.2317
Hunter Lab59.197622.4594-33.0507
CIE-Lab65.782527.7362-35.1316

#b291df color RGB value is (178,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 11011111
Octal 262 221 337
Decimal 178 145 223
Hex B2 91 DF

RGB Percentages of Color #b291df

%32.60
%26.56
%40.84

CMYK Percentages of Color #b291df

%20
%35
%0
%13

Triadic Colors of #b291df

#b291df #dfb291 #91dfb2

Analogous Colors of #b291df

#b291df #d991df #9197df

Monochromatic Colors of #b291df

#b291df

Complementary Color

#b291df #bedf91

#b291df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b291df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b291df Color CSS Codes

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

#b291df Text Font Color

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

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


#b291df Background Color

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

This div background color is #b291df


#b291df Border Color

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

This div border color is #b291df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b291df


Comments

No comments written yet.

Please login to write comment.