Color Hex Logo

#b147cb Color Hex

#B147CB
(177,71,203)
0 Favorites   0 Comments

Color spaces of #b147cb

RGB 17771203
HSL0.800.560.54
HSV288°65°80°
CMYK 0.130.650.00   0.20
XYZ31.164218.165458.3636
Yxy18.16540.28940.1687
Hunter Lab42.620955.9318-51.3551
CIE-Lab49.696161.6075-49.1949

#b147cb color RGB value is (177,71,203).

#b147cb hex color red value is 177, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b147cb hue: 0.80 , saturation: 0.56 and the lightness value of b147cb is 0.54.

The process color (four color CMYK) of #b147cb color hex is 0.13, 0.65, 0.00, 0.20. Web safe color of #b147cb is #9933cc. Color #b147cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 11001011
Octal 261 107 313
Decimal 177 71 203
Hex B1 47 CB

RGB Percentages of Color #b147cb

%39.25
%15.74
%45.01

CMYK Percentages of Color #b147cb

%13
%65
%0
%20

Triadic Colors of #b147cb

#b147cb #cbb147 #47cbb1

Analogous Colors of #b147cb

#b147cb #cb47a3 #6f47cb

Monochromatic Colors of #b147cb

#b147cb

Complementary Color

#b147cb #61cb47

#b147cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b147cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b147cb Color CSS Codes

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

#b147cb Text Font Color

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

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


#b147cb Background Color

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

This div background color is #b147cb


#b147cb Border Color

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

This div border color is #b147cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b147cb


Comments

No comments written yet.

Please login to write comment.