Color Hex Logo

#b932db Color Hex

#B932DB
(185,50,219)
0 Favorites   0 Comments

Color spaces of #b932db

RGB 18550219
HSL0.800.700.53
HSV288°77°86°
CMYK 0.160.770.00   0.14
XYZ33.934417.710068.6477
Yxy17.71000.28210.1472
Hunter Lab42.083370.2902-67.2577
CIE-Lab49.142573.9212-59.1806

#b932db color RGB value is (185,50,219).

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

The process color (four color CMYK) of #b932db color hex is 0.16, 0.77, 0.00, 0.14. Web safe color of #b932db is #cc33cc. Color #b932db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 11011011
Octal 271 62 333
Decimal 185 50 219
Hex B9 32 DB

RGB Percentages of Color #b932db

%40.75
%11.01
%48.24

CMYK Percentages of Color #b932db

%16
%77
%0
%14

Triadic Colors of #b932db

#b932db #dbb932 #32dbb9

Analogous Colors of #b932db

#b932db #db32a9 #6532db

Monochromatic Colors of #b932db

#b932db

Complementary Color

#b932db #54db32

#b932db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b932db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b932db Color CSS Codes

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

#b932db Text Font Color

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

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


#b932db Background Color

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

This div background color is #b932db


#b932db Border Color

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

This div border color is #b932db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b932db


Comments

No comments written yet.

Please login to write comment.