Color Hex Logo

#b147bb Color Hex

#B147BB
(177,71,187)
0 Favorites   0 Comments

Color spaces of #b147bb

RGB 17771187
HSL0.820.460.51
HSV295°62°73°
CMYK 0.050.620.00   0.27
XYZ29.354317.441448.8331
Yxy17.44140.30700.1824
Hunter Lab41.762952.3790-40.0934
CIE-Lab48.811558.6126-41.3466

#b147bb color RGB value is (177,71,187).

#b147bb hex color red value is 177, green value is 71 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b147bb hue: 0.82 , saturation: 0.46 and the lightness value of b147bb is 0.51.

The process color (four color CMYK) of #b147bb color hex is 0.05, 0.62, 0.00, 0.27. Web safe color of #b147bb is #9933cc. Color #b147bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 10111011
Octal 261 107 273
Decimal 177 71 187
Hex B1 47 BB

RGB Percentages of Color #b147bb

%40.69
%16.32
%42.99

CMYK Percentages of Color #b147bb

%5
%62
%0
%27

Triadic Colors of #b147bb

#b147bb #bbb147 #47bbb1

Analogous Colors of #b147bb

#b147bb #bb478b #7747bb

Monochromatic Colors of #b147bb

#b147bb

Complementary Color

#b147bb #51bb47

#b147bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b147bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b147bb Color CSS Codes

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

#b147bb Text Font Color

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

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


#b147bb Background Color

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

This div background color is #b147bb


#b147bb Border Color

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

This div border color is #b147bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b147bb


Comments

No comments written yet.

Please login to write comment.