Color Hex Logo

#b154bb Color Hex

#B154BB
(177,84,187)
0 Favorites   0 Comments

Color spaces of #b154bb

RGB 17784187
HSL0.820.430.53
HSV294°55°73°
CMYK 0.050.550.00   0.27
XYZ30.271419.275649.1388
Yxy19.27560.30670.1953
Hunter Lab43.904046.2422-35.6265
CIE-Lab51.008152.6280-37.8780

#b154bb color RGB value is (177,84,187).

#b154bb hex color red value is 177, green value is 84 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b154bb hue: 0.82 , saturation: 0.43 and the lightness value of b154bb is 0.53.

The process color (four color CMYK) of #b154bb color hex is 0.05, 0.55, 0.00, 0.27. Web safe color of #b154bb is #9966cc. Color #b154bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 10111011
Octal 261 124 273
Decimal 177 84 187
Hex B1 54 BB

RGB Percentages of Color #b154bb

%39.51
%18.75
%41.74

CMYK Percentages of Color #b154bb

%5
%55
%0
%27

Triadic Colors of #b154bb

#b154bb #bbb154 #54bbb1

Analogous Colors of #b154bb

#b154bb #bb5492 #7e54bb

Monochromatic Colors of #b154bb

#b154bb

Complementary Color

#b154bb #5ebb54

#b154bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b154bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b154bb Color CSS Codes

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

#b154bb Text Font Color

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

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


#b154bb Background Color

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

This div background color is #b154bb


#b154bb Border Color

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

This div border color is #b154bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,84,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b154bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b154bb


Comments

No comments written yet.

Please login to write comment.