Color Hex Logo

#b191dc Color Hex

#B191DC
(177,145,220)
0 Favorites   0 Comments

Color spaces of #b191dc

RGB 177145220
HSL0.740.520.72
HSV266°34°86°
CMYK 0.200.340.00   0.14
XYZ41.175134.765272.2503
Yxy34.76520.27790.2346
Hunter Lab58.962021.4688-31.3788
CIE-Lab65.565426.7530-33.8141

#b191dc color RGB value is (177,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 11011100
Octal 261 221 334
Decimal 177 145 220
Hex B1 91 DC

RGB Percentages of Color #b191dc

%32.66
%26.75
%40.59

CMYK Percentages of Color #b191dc

%20
%34
%0
%14

Triadic Colors of #b191dc

#b191dc #dcb191 #91dcb1

Analogous Colors of #b191dc

#b191dc #d791dc #9197dc

Monochromatic Colors of #b191dc

#b191dc

Complementary Color

#b191dc #bcdc91

#b191dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b191dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b191dc Color CSS Codes

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

#b191dc Text Font Color

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

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


#b191dc Background Color

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

This div background color is #b191dc


#b191dc Border Color

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

This div border color is #b191dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b191dc


Comments

No comments written yet.

Please login to write comment.