Color Hex Logo

#b443db Color Hex

#B443DB
(180,67,219)
0 Favorites   0 Comments

Color spaces of #b443db

RGB 18067219
HSL0.790.680.56
HSV285°69°86°
CMYK 0.180.690.00   0.14
XYZ33.615718.832168.8810
Yxy18.83210.27710.1552
Hunter Lab43.396062.3280-63.7319
CIE-Lab50.490266.9981-57.0510

#b443db color RGB value is (180,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11011011
Octal 264 103 333
Decimal 180 67 219
Hex B4 43 DB

RGB Percentages of Color #b443db

%38.63
%14.38
%47.00

CMYK Percentages of Color #b443db

%18
%69
%0
%14

Triadic Colors of #b443db

#b443db #dbb443 #43dbb4

Analogous Colors of #b443db

#b443db #db43b6 #6843db

Monochromatic Colors of #b443db

#b443db

Complementary Color

#b443db #6adb43

#b443db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443db Color CSS Codes

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

#b443db Text Font Color

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

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


#b443db Background Color

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

This div background color is #b443db


#b443db Border Color

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

This div border color is #b443db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443db


Comments

No comments written yet.

Please login to write comment.