Color Hex Logo

#b005db Color Hex

#B005DB
(176,5,219)
0 Favorites   0 Comments

Color spaces of #b005db

RGB 1765219
HSL0.800.960.44
HSV288°98°86°
CMYK 0.200.980.00   0.14
XYZ30.744914.453168.1871
Yxy14.45310.27120.1275
Hunter Lab38.017277.8245-79.7295
CIE-Lab44.875880.8312-66.1524

#b005db color RGB value is (176,5,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000101 11011011
Octal 260 5 333
Decimal 176 5 219
Hex B0 5 DB

RGB Percentages of Color #b005db

%44.00
%1.25
%54.75

CMYK Percentages of Color #b005db

%20
%98
%0
%14

Triadic Colors of #b005db

#b005db #dbb005 #05dbb0

Analogous Colors of #b005db

#b005db #db059b #4505db

Monochromatic Colors of #b005db

#b005db

Complementary Color

#b005db #30db05

#b005db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b005db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b005db Color CSS Codes

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

#b005db Text Font Color

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

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


#b005db Background Color

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

This div background color is #b005db


#b005db Border Color

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

This div border color is #b005db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b005db


Comments

No comments written yet.

Please login to write comment.