Color Hex Logo

#b444db Color Hex

#B444DB
(180,68,219)
0 Favorites   0 Comments

Color spaces of #b444db

RGB 18068219
HSL0.790.680.56
HSV285°69°86°
CMYK 0.180.690.00   0.14
XYZ33.675718.952068.9010
Yxy18.95200.27710.1559
Hunter Lab43.533961.8946-63.3644
CIE-Lab50.631066.6014-56.8248

#b444db color RGB value is (180,68,219).

#b444db hex color red value is 180, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b444db hue: 0.79 , saturation: 0.68 and the lightness value of b444db is 0.56.

The process color (four color CMYK) of #b444db color hex is 0.18, 0.69, 0.00, 0.14. Web safe color of #b444db is #cc33cc. Color #b444db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000100 11011011
Octal 264 104 333
Decimal 180 68 219
Hex B4 44 DB

RGB Percentages of Color #b444db

%38.54
%14.56
%46.90

CMYK Percentages of Color #b444db

%18
%69
%0
%14

Triadic Colors of #b444db

#b444db #dbb444 #44dbb4

Analogous Colors of #b444db

#b444db #db44b7 #6944db

Monochromatic Colors of #b444db

#b444db

Complementary Color

#b444db #6bdb44

#b444db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b444db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b444db Color CSS Codes

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

#b444db Text Font Color

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

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


#b444db Background Color

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

This div background color is #b444db


#b444db Border Color

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

This div border color is #b444db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b444db


Comments

No comments written yet.

Please login to write comment.