Color Hex Logo

#b136db Color Hex

#B136DB
(177,54,219)
0 Favorites   0 Comments

Color spaces of #b136db

RGB 17754219
HSL0.790.700.54
HSV285°75°86°
CMYK 0.190.750.00   0.14
XYZ32.236817.099968.6194
Yxy17.09990.27330.1450
Hunter Lab41.352066.7872-69.4392
CIE-Lab48.385771.1669-60.4619

#b136db color RGB value is (177,54,219).

#b136db hex color red value is 177, green value is 54 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b136db hue: 0.79 , saturation: 0.70 and the lightness value of b136db is 0.54.

The process color (four color CMYK) of #b136db color hex is 0.19, 0.75, 0.00, 0.14. Web safe color of #b136db is #9933cc. Color #b136db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110110 11011011
Octal 261 66 333
Decimal 177 54 219
Hex B1 36 DB

RGB Percentages of Color #b136db

%39.33
%12.00
%48.67

CMYK Percentages of Color #b136db

%19
%75
%0
%14

Triadic Colors of #b136db

#b136db #dbb136 #36dbb1

Analogous Colors of #b136db

#b136db #db36b3 #5f36db

Monochromatic Colors of #b136db

#b136db

Complementary Color

#b136db #60db36

#b136db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b136db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b136db Color CSS Codes

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

#b136db Text Font Color

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

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


#b136db Background Color

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

This div background color is #b136db


#b136db Border Color

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

This div border color is #b136db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b136db


Comments

No comments written yet.

Please login to write comment.