Color Hex Logo

#b554db Color Hex

#B554DB
(181,84,219)
0 Favorites   0 Comments

Color spaces of #b554db

RGB 18184219
HSL0.790.650.59
HSV283°62°86°
CMYK 0.170.620.00   0.14
XYZ35.012621.278969.2797
Yxy21.27890.27880.1695
Hunter Lab46.129154.7581-56.7553
CIE-Lab53.253459.9193-52.6175

#b554db color RGB value is (181,84,219).

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

The process color (four color CMYK) of #b554db color hex is 0.17, 0.62, 0.00, 0.14. Web safe color of #b554db is #cc66cc. Color #b554db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 11011011
Octal 265 124 333
Decimal 181 84 219
Hex B5 54 DB

RGB Percentages of Color #b554db

%37.40
%17.36
%45.25

CMYK Percentages of Color #b554db

%17
%62
%0
%14

Triadic Colors of #b554db

#b554db #dbb554 #54dbb5

Analogous Colors of #b554db

#b554db #db54be #7254db

Monochromatic Colors of #b554db

#b554db

Complementary Color

#b554db #7adb54

#b554db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b554db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b554db Color CSS Codes

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

#b554db Text Font Color

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

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


#b554db Background Color

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

This div background color is #b554db


#b554db Border Color

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

This div border color is #b554db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b554db


Comments

No comments written yet.

Please login to write comment.