Color Hex Logo

#b158db Color Hex

#B158DB
(177,88,219)
0 Favorites   0 Comments

Color spaces of #b158db

RGB 17788219
HSL0.780.650.60
HSV281°60°86°
CMYK 0.190.600.00   0.14
XYZ34.407421.441069.3429
Yxy21.44100.27480.1713
Hunter Lab46.304451.6051-56.3763
CIE-Lab53.428857.0861-52.3673

#b158db color RGB value is (177,88,219).

#b158db hex color red value is 177, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b158db hue: 0.78 , saturation: 0.65 and the lightness value of b158db is 0.60.

The process color (four color CMYK) of #b158db color hex is 0.19, 0.60, 0.00, 0.14. Web safe color of #b158db is #9966cc. Color #b158db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 11011011
Octal 261 130 333
Decimal 177 88 219
Hex B1 58 DB

RGB Percentages of Color #b158db

%36.57
%18.18
%45.25

CMYK Percentages of Color #b158db

%19
%60
%0
%14

Triadic Colors of #b158db

#b158db #dbb158 #58dbb1

Analogous Colors of #b158db

#b158db #db58c4 #7058db

Monochromatic Colors of #b158db

#b158db

Complementary Color

#b158db #82db58

#b158db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b158db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b158db Color CSS Codes

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

#b158db Text Font Color

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

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


#b158db Background Color

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

This div background color is #b158db


#b158db Border Color

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

This div border color is #b158db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b158db


Comments

No comments written yet.

Please login to write comment.