Color Hex Logo

#b545db Color Hex

#B545DB
(181,69,219)
0 Favorites   0 Comments

Color spaces of #b545db

RGB 18169219
HSL0.790.680.56
HSV285°68°86°
CMYK 0.170.680.00   0.14
XYZ33.970419.194568.9323
Yxy19.19450.27820.1572
Hunter Lab43.811561.7344-62.6178
CIE-Lab50.914066.4107-56.3629

#b545db color RGB value is (181,69,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000101 11011011
Octal 265 105 333
Decimal 181 69 219
Hex B5 45 DB

RGB Percentages of Color #b545db

%38.59
%14.71
%46.70

CMYK Percentages of Color #b545db

%17
%68
%0
%14

Triadic Colors of #b545db

#b545db #dbb545 #45dbb5

Analogous Colors of #b545db

#b545db #db45b6 #6a45db

Monochromatic Colors of #b545db

#b545db

Complementary Color

#b545db #6bdb45

#b545db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b545db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b545db Color CSS Codes

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

#b545db Text Font Color

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

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


#b545db Background Color

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

This div background color is #b545db


#b545db Border Color

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

This div border color is #b545db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b545db


Comments

No comments written yet.

Please login to write comment.