Color Hex Logo

#b547db Color Hex

#B547DB
(181,71,219)
0 Favorites   0 Comments

Color spaces of #b547db

RGB 18171219
HSL0.790.670.57
HSV285°68°86°
CMYK 0.170.680.00   0.14
XYZ34.095519.444768.9740
Yxy19.44470.27830.1587
Hunter Lab44.096160.8494-61.8725
CIE-Lab51.203565.5980-55.8984

#b547db color RGB value is (181,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000111 11011011
Octal 265 107 333
Decimal 181 71 219
Hex B5 47 DB

RGB Percentages of Color #b547db

%38.43
%15.07
%46.50

CMYK Percentages of Color #b547db

%17
%68
%0
%14

Triadic Colors of #b547db

#b547db #dbb547 #47dbb5

Analogous Colors of #b547db

#b547db #db47b7 #6b47db

Monochromatic Colors of #b547db

#b547db

Complementary Color

#b547db #6ddb47

#b547db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b547db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b547db Color CSS Codes

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

#b547db Text Font Color

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

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


#b547db Background Color

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

This div background color is #b547db


#b547db Border Color

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

This div border color is #b547db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b547db


Comments

No comments written yet.

Please login to write comment.