Color Hex Logo

#b013db Color Hex

#B013DB
(176,19,219)
0 Favorites   0 Comments

Color spaces of #b013db

RGB 17619219
HSL0.800.840.47
HSV287°91°86°
CMYK 0.200.910.00   0.14
XYZ30.923614.810368.2467
Yxy14.81030.27130.1299
Hunter Lab38.484276.0848-78.2043
CIE-Lab45.373379.3508-65.3446

#b013db color RGB value is (176,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 11011011
Octal 260 23 333
Decimal 176 19 219
Hex B0 13 DB

RGB Percentages of Color #b013db

%42.51
%4.59
%52.90

CMYK Percentages of Color #b013db

%20
%91
%0
%14

Triadic Colors of #b013db

#b013db #dbb013 #13dbb0

Analogous Colors of #b013db

#b013db #db13a2 #4c13db

Monochromatic Colors of #b013db

#b013db

Complementary Color

#b013db #3edb13

#b013db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b013db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b013db Color CSS Codes

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

#b013db Text Font Color

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

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


#b013db Background Color

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

This div background color is #b013db


#b013db Border Color

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

This div border color is #b013db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b013db


Comments

No comments written yet.

Please login to write comment.