Color Hex Logo

#b197eb Color Hex

#B197EB
(177,151,235)
0 Favorites   0 Comments

Color spaces of #b197eb

RGB 177151235
HSL0.720.680.76
HSV259°36°92°
CMYK 0.250.360.00   0.08
XYZ44.193537.478583.5021
Yxy37.47850.26760.2269
Hunter Lab61.219721.7218-38.0163
CIE-Lab67.634526.8623-38.8692

#b197eb color RGB value is (177,151,235).

#b197eb hex color red value is 177, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b197eb hue: 0.72 , saturation: 0.68 and the lightness value of b197eb is 0.76.

The process color (four color CMYK) of #b197eb color hex is 0.25, 0.36, 0.00, 0.08. Web safe color of #b197eb is #9999ff. Color #b197eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 11101011
Octal 261 227 353
Decimal 177 151 235
Hex B1 97 EB

RGB Percentages of Color #b197eb

%31.44
%26.82
%41.74

CMYK Percentages of Color #b197eb

%25
%36
%0
%8

Triadic Colors of #b197eb

#b197eb #ebb197 #97ebb1

Analogous Colors of #b197eb

#b197eb #db97eb #97a7eb

Monochromatic Colors of #b197eb

#b197eb

Complementary Color

#b197eb #d1eb97

#b197eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b197eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b197eb Color CSS Codes

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

#b197eb Text Font Color

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

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


#b197eb Background Color

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

This div background color is #b197eb


#b197eb Border Color

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

This div border color is #b197eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b197eb


Comments

No comments written yet.

Please login to write comment.