Color Hex Logo

#b197de Color Hex

#B197DE
(177,151,222)
0 Favorites   0 Comments

Color spaces of #b197de

RGB 177151222
HSL0.730.520.73
HSV262°32°87°
CMYK 0.200.320.00   0.13
XYZ42.382936.754373.9677
Yxy36.75430.27680.2401
Hunter Lab60.625318.6943-29.9008
CIE-Lab67.092323.8354-32.5530

#b197de color RGB value is (177,151,222).

#b197de hex color red value is 177, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b197de hue: 0.73 , saturation: 0.52 and the lightness value of b197de is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 11011110
Octal 261 227 336
Decimal 177 151 222
Hex B1 97 DE

RGB Percentages of Color #b197de

%32.18
%27.45
%40.36

CMYK Percentages of Color #b197de

%20
%32
%0
%13

Triadic Colors of #b197de

#b197de #deb197 #97deb1

Analogous Colors of #b197de

#b197de #d597de #97a1de

Monochromatic Colors of #b197de

#b197de

Complementary Color

#b197de #c4de97

#b197de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b197de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b197de Color CSS Codes

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

#b197de Text Font Color

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

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


#b197de Background Color

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

This div background color is #b197de


#b197de Border Color

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

This div border color is #b197de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b197de


Comments

No comments written yet.

Please login to write comment.