Color Hex Logo

#b147be Color Hex

#B147BE
(177,71,190)
0 Favorites   0 Comments

Color spaces of #b147be

RGB 17771190
HSL0.820.480.51
HSV293°63°75°
CMYK 0.070.630.00   0.25
XYZ29.679017.571350.5425
Yxy17.57130.30350.1797
Hunter Lab41.918153.0254-42.1458
CIE-Lab48.972059.1623-42.8357

#b147be color RGB value is (177,71,190).

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

The process color (four color CMYK) of #b147be color hex is 0.07, 0.63, 0.00, 0.25. Web safe color of #b147be is #9933cc. Color #b147be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 10111110
Octal 261 107 276
Decimal 177 71 190
Hex B1 47 BE

RGB Percentages of Color #b147be

%40.41
%16.21
%43.38

CMYK Percentages of Color #b147be

%7
%63
%0
%25

Triadic Colors of #b147be

#b147be #beb147 #47beb1

Analogous Colors of #b147be

#b147be #be4790 #7647be

Monochromatic Colors of #b147be

#b147be

Complementary Color

#b147be #54be47

#b147be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b147be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b147be Color CSS Codes

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

#b147be Text Font Color

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

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


#b147be Background Color

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

This div background color is #b147be


#b147be Border Color

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

This div border color is #b147be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b147be


Comments

No comments written yet.

Please login to write comment.