Color Hex Logo

#b047db Color Hex

#B047DB
(176,71,219)
0 Favorites   0 Comments

Color spaces of #b047db

RGB 17671219
HSL0.780.670.57
HSV283°68°86°
CMYK 0.200.680.00   0.14
XYZ32.943918.851168.9201
Yxy18.85110.27290.1562
Hunter Lab43.417959.4581-63.7225
CIE-Lab50.512564.5304-57.0449

#b047db color RGB value is (176,71,219).

#b047db hex color red value is 176, green value is 71 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b047db hue: 0.78 , saturation: 0.67 and the lightness value of b047db is 0.57.

The process color (four color CMYK) of #b047db color hex is 0.20, 0.68, 0.00, 0.14. Web safe color of #b047db is #9933cc. Color #b047db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 11011011
Octal 260 107 333
Decimal 176 71 219
Hex B0 47 DB

RGB Percentages of Color #b047db

%37.77
%15.24
%47.00

CMYK Percentages of Color #b047db

%20
%68
%0
%14

Triadic Colors of #b047db

#b047db #dbb047 #47dbb0

Analogous Colors of #b047db

#b047db #db47bc #6647db

Monochromatic Colors of #b047db

#b047db

Complementary Color

#b047db #72db47

#b047db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047db Color CSS Codes

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

#b047db Text Font Color

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

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


#b047db Background Color

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

This div background color is #b047db


#b047db Border Color

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

This div border color is #b047db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047db


Comments

No comments written yet.

Please login to write comment.