Color Hex Logo

#b400db Color Hex

#B400DB
(180,0,219)
0 Favorites   0 Comments

Color spaces of #b400db

RGB 1800219
HSL0.801.000.43
HSV289°100°86°
CMYK 0.181.000.00   0.14
XYZ31.608614.817868.2120
Yxy14.81780.27570.1293
Hunter Lab38.493979.2079-78.1174
CIE-Lab45.383681.8269-65.2978

#b400db color RGB value is (180,0,219).

#b400db hex color red value is 180, green value is 0 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b400db hue: 0.80 , saturation: 1.00 and the lightness value of b400db is 0.43.

The process color (four color CMYK) of #b400db color hex is 0.18, 1.00, 0.00, 0.14. Web safe color of #b400db is #cc00cc. Color #b400db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 11011011
Octal 264 0 333
Decimal 180 0 219
Hex B4 0 DB

RGB Percentages of Color #b400db

%45.11
%0.00
%54.89

CMYK Percentages of Color #b400db

%18
%100
%0
%14

Triadic Colors of #b400db

#b400db #dbb400 #00dbb4

Analogous Colors of #b400db

#b400db #db0095 #4600db

Monochromatic Colors of #b400db

#b400db

Complementary Color

#b400db #27db00

#b400db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b400db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b400db Color CSS Codes

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

#b400db Text Font Color

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

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


#b400db Background Color

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

This div background color is #b400db


#b400db Border Color

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

This div border color is #b400db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b400db


Comments

No comments written yet.

Please login to write comment.