Color Hex Logo

#b051db Color Hex

#B051DB
(176,81,219)
0 Favorites   0 Comments

Color spaces of #b051db

RGB 17681219
HSL0.780.660.59
HSV281°63°86°
CMYK 0.200.630.00   0.14
XYZ33.633120.229469.1498
Yxy20.22940.27340.1645
Hunter Lab44.977154.7693-59.6711
CIE-Lab52.095660.1393-54.5061

#b051db color RGB value is (176,81,219).

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

The process color (four color CMYK) of #b051db color hex is 0.20, 0.63, 0.00, 0.14. Web safe color of #b051db is #9966cc. Color #b051db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 11011011
Octal 260 121 333
Decimal 176 81 219
Hex B0 51 DB

RGB Percentages of Color #b051db

%36.97
%17.02
%46.01

CMYK Percentages of Color #b051db

%20
%63
%0
%14

Triadic Colors of #b051db

#b051db #dbb051 #51dbb0

Analogous Colors of #b051db

#b051db #db51c1 #6b51db

Monochromatic Colors of #b051db

#b051db

Complementary Color

#b051db #7cdb51

#b051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b051db Color CSS Codes

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

#b051db Text Font Color

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

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


#b051db Background Color

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

This div background color is #b051db


#b051db Border Color

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

This div border color is #b051db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,81,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 #b051db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b051db


Comments

No comments written yet.

Please login to write comment.