Color Hex Logo

#b196dc Color Hex

#B196DC
(177,150,220)
0 Favorites   0 Comments

Color spaces of #b196dc

RGB 177150220
HSL0.730.500.73
HSV263°32°86°
CMYK 0.200.320.00   0.14
XYZ41.956136.327172.5107
Yxy36.32710.27820.2409
Hunter Lab60.272018.7802-29.1390
CIE-Lab66.769123.9419-31.9482

#b196dc color RGB value is (177,150,220).

#b196dc hex color red value is 177, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b196dc hue: 0.73 , saturation: 0.50 and the lightness value of b196dc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010110 11011100
Octal 261 226 334
Decimal 177 150 220
Hex B1 96 DC

RGB Percentages of Color #b196dc

%32.36
%27.42
%40.22

CMYK Percentages of Color #b196dc

%20
%32
%0
%14

Triadic Colors of #b196dc

#b196dc #dcb196 #96dcb1

Analogous Colors of #b196dc

#b196dc #d496dc #969edc

Monochromatic Colors of #b196dc

#b196dc

Complementary Color

#b196dc #c1dc96

#b196dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b196dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b196dc Color CSS Codes

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

#b196dc Text Font Color

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

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


#b196dc Background Color

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

This div background color is #b196dc


#b196dc Border Color

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

This div border color is #b196dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b196dc


Comments

No comments written yet.

Please login to write comment.