Color Hex Logo

#b197fc Color Hex

#B197FC
(177,151,252)
0 Favorites   0 Comments

Color spaces of #b197fc

RGB 177151252
HSL0.710.940.79
HSV255°40°99°
CMYK 0.300.400.00   0.01
XYZ46.768838.508697.0634
Yxy38.50860.25650.2112
Hunter Lab62.055325.9321-49.2994
CIE-Lab68.393830.9719-46.9777

#b197fc color RGB value is (177,151,252).

#b197fc hex color red value is 177, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b197fc hue: 0.71 , saturation: 0.94 and the lightness value of b197fc is 0.79.

The process color (four color CMYK) of #b197fc color hex is 0.30, 0.40, 0.00, 0.01. Web safe color of #b197fc is #9999ff. Color #b197fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010111 11111100
Octal 261 227 374
Decimal 177 151 252
Hex B1 97 FC

RGB Percentages of Color #b197fc

%30.52
%26.03
%43.45

CMYK Percentages of Color #b197fc

%30
%40
%0
%1

Triadic Colors of #b197fc

#b197fc #fcb197 #97fcb1

Analogous Colors of #b197fc

#b197fc #e497fc #97b0fc

Monochromatic Colors of #b197fc

#b197fc

Complementary Color

#b197fc #e2fc97

#b197fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b197fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b197fc Color CSS Codes

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

#b197fc Text Font Color

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

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


#b197fc Background Color

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

This div background color is #b197fc


#b197fc Border Color

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

This div border color is #b197fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b197fc

Related Colors


Comments

No comments written yet.

Please login to write comment.