Color Hex Logo

#b047bc Color Hex

#B047BC
(176,71,188)
0 Favorites   0 Comments

Color spaces of #b047bc

RGB 17671188
HSL0.820.470.51
HSV294°62°74°
CMYK 0.060.620.00   0.26
XYZ29.234817.367449.3884
Yxy17.36740.30460.1809
Hunter Lab41.674252.2893-41.0930
CIE-Lab48.719758.5490-42.0829

#b047bc color RGB value is (176,71,188).

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

The process color (four color CMYK) of #b047bc color hex is 0.06, 0.62, 0.00, 0.26. Web safe color of #b047bc is #9933cc. Color #b047bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 10111100
Octal 260 107 274
Decimal 176 71 188
Hex B0 47 BC

RGB Percentages of Color #b047bc

%40.46
%16.32
%43.22

CMYK Percentages of Color #b047bc

%6
%62
%0
%26

Triadic Colors of #b047bc

#b047bc #bcb047 #47bcb0

Analogous Colors of #b047bc

#b047bc #bc478e #7647bc

Monochromatic Colors of #b047bc

#b047bc

Complementary Color

#b047bc #53bc47

#b047bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047bc Color CSS Codes

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

#b047bc Text Font Color

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

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


#b047bc Background Color

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

This div background color is #b047bc


#b047bc Border Color

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

This div border color is #b047bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047bc


Comments

No comments written yet.

Please login to write comment.