Color Hex Logo

#b197dd Color Hex

#B197DD
(177,151,221)
0 Favorites   0 Comments

Color spaces of #b197dd

RGB 177151221
HSL0.730.510.73
HSV262°32°87°
CMYK 0.200.320.00   0.13
XYZ42.249236.700873.2638
Yxy36.70080.27760.2411
Hunter Lab60.581218.4685-29.2955
CIE-Lab67.051923.6072-32.0631

#b197dd color RGB value is (177,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 11011101
Octal 261 227 335
Decimal 177 151 221
Hex B1 97 DD

RGB Percentages of Color #b197dd

%32.24
%27.50
%40.26

CMYK Percentages of Color #b197dd

%20
%32
%0
%13

Triadic Colors of #b197dd

#b197dd #ddb197 #97ddb1

Analogous Colors of #b197dd

#b197dd #d497dd #97a0dd

Monochromatic Colors of #b197dd

#b197dd

Complementary Color

#b197dd #c3dd97

#b197dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b197dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b197dd Color CSS Codes

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

#b197dd Text Font Color

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

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


#b197dd Background Color

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

This div background color is #b197dd


#b197dd Border Color

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

This div border color is #b197dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b197dd


Comments

No comments written yet.

Please login to write comment.