Color Hex Logo

#b133db Color Hex

#B133DB
(177,51,219)
0 Favorites   0 Comments

Color spaces of #b133db

RGB 17751219
HSL0.790.700.53
HSV285°77°86°
CMYK 0.190.770.00   0.14
XYZ32.101516.829268.5743
Yxy16.82920.27320.1432
Hunter Lab41.023467.8883-70.3922
CIE-Lab48.044172.1507-61.0132

#b133db color RGB value is (177,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 11011011
Octal 261 63 333
Decimal 177 51 219
Hex B1 33 DB

RGB Percentages of Color #b133db

%39.60
%11.41
%48.99

CMYK Percentages of Color #b133db

%19
%77
%0
%14

Triadic Colors of #b133db

#b133db #dbb133 #33dbb1

Analogous Colors of #b133db

#b133db #db33b1 #5d33db

Monochromatic Colors of #b133db

#b133db

Complementary Color

#b133db #5ddb33

#b133db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b133db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b133db Color CSS Codes

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

#b133db Text Font Color

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

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


#b133db Background Color

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

This div background color is #b133db


#b133db Border Color

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

This div border color is #b133db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b133db


Comments

No comments written yet.

Please login to write comment.