Color Hex Logo

#b014db Color Hex

#B014DB
(176,20,219)
0 Favorites   0 Comments

Color spaces of #b014db

RGB 17620219
HSL0.800.830.47
HSV287°91°86°
CMYK 0.200.910.00   0.14
XYZ30.940814.844968.2524
Yxy14.84490.27130.1302
Hunter Lab38.529175.9186-78.0590
CIE-Lab45.421079.2087-65.2671

#b014db color RGB value is (176,20,219).

#b014db hex color red value is 176, green value is 20 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b014db hue: 0.80 , saturation: 0.83 and the lightness value of b014db is 0.47.

The process color (four color CMYK) of #b014db color hex is 0.20, 0.91, 0.00, 0.14. Web safe color of #b014db is #9900cc. Color #b014db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010100 11011011
Octal 260 24 333
Decimal 176 20 219
Hex B0 14 DB

RGB Percentages of Color #b014db

%42.41
%4.82
%52.77

CMYK Percentages of Color #b014db

%20
%91
%0
%14

Triadic Colors of #b014db

#b014db #dbb014 #14dbb0

Analogous Colors of #b014db

#b014db #db14a3 #4d14db

Monochromatic Colors of #b014db

#b014db

Complementary Color

#b014db #3fdb14

#b014db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b014db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b014db Color CSS Codes

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

#b014db Text Font Color

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

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


#b014db Background Color

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

This div background color is #b014db


#b014db Border Color

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

This div border color is #b014db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b014db


Comments

No comments written yet.

Please login to write comment.