Color Hex Logo

#b191c0 Color Hex

#B191C0
(177,145,192)
0 Favorites   0 Comments

Color spaces of #b191c0

RGB 177145192
HSL0.780.270.66
HSV281°24°75°
CMYK 0.080.240.00   0.25
XYZ37.771333.403754.3260
Yxy33.40370.30100.2662
Hunter Lab57.795915.5120-15.2732
CIE-Lab64.486520.6776-19.8580

#b191c0 color RGB value is (177,145,192).

#b191c0 hex color red value is 177, green value is 145 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #b191c0 hue: 0.78 , saturation: 0.27 and the lightness value of b191c0 is 0.66.

The process color (four color CMYK) of #b191c0 color hex is 0.08, 0.24, 0.00, 0.25. Web safe color of #b191c0 is #9999cc. Color #b191c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 11000000
Octal 261 221 300
Decimal 177 145 192
Hex B1 91 C0

RGB Percentages of Color #b191c0

%34.44
%28.21
%37.35

CMYK Percentages of Color #b191c0

%8
%24
%0
%25

Triadic Colors of #b191c0

#b191c0 #c0b191 #91c0b1

Analogous Colors of #b191c0

#b191c0 #c091b8 #9a91c0

Monochromatic Colors of #b191c0

#b191c0

Complementary Color

#b191c0 #a0c091

#b191c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b191c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b191c0 Color CSS Codes

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

#b191c0 Text Font Color

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

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


#b191c0 Background Color

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

This div background color is #b191c0


#b191c0 Border Color

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

This div border color is #b191c0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,145,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b191c0


Comments

No comments written yet.

Please login to write comment.