Color Hex Logo

#b543db Color Hex

#B543DB
(181,67,219)
0 Favorites   0 Comments

Color spaces of #b543db

RGB 18167219
HSL0.790.680.56
HSV285°69°86°
CMYK 0.170.690.00   0.14
XYZ33.849418.952568.8920
Yxy18.95250.27820.1557
Hunter Lab43.534562.6040-63.3505
CIE-Lab50.631667.2062-56.8163

#b543db color RGB value is (181,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000011 11011011
Octal 265 103 333
Decimal 181 67 219
Hex B5 43 DB

RGB Percentages of Color #b543db

%38.76
%14.35
%46.90

CMYK Percentages of Color #b543db

%17
%69
%0
%14

Triadic Colors of #b543db

#b543db #dbb543 #43dbb5

Analogous Colors of #b543db

#b543db #db43b5 #6943db

Monochromatic Colors of #b543db

#b543db

Complementary Color

#b543db #69db43

#b543db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b543db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b543db Color CSS Codes

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

#b543db Text Font Color

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

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


#b543db Background Color

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

This div background color is #b543db


#b543db Border Color

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

This div border color is #b543db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b543db


Comments

No comments written yet.

Please login to write comment.