Color Hex Logo

#b924db Color Hex

#B924DB
(185,36,219)
0 Favorites   0 Comments

Color spaces of #b924db

RGB 18536219
HSL0.800.720.50
HSV289°84°86°
CMYK 0.160.840.00   0.14
XYZ33.424616.690568.4777
Yxy16.69050.28180.1407
Hunter Lab40.854074.5448-70.7815
CIE-Lab47.867777.6307-61.2368

#b924db color RGB value is (185,36,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100100 11011011
Octal 271 44 333
Decimal 185 36 219
Hex B9 24 DB

RGB Percentages of Color #b924db

%42.05
%8.18
%49.77

CMYK Percentages of Color #b924db

%16
%84
%0
%14

Triadic Colors of #b924db

#b924db #dbb924 #24dbb9

Analogous Colors of #b924db

#b924db #db24a2 #5e24db

Monochromatic Colors of #b924db

#b924db

Complementary Color

#b924db #46db24

#b924db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b924db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b924db Color CSS Codes

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

#b924db Text Font Color

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

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


#b924db Background Color

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

This div background color is #b924db


#b924db Border Color

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

This div border color is #b924db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b924db


Comments

No comments written yet.

Please login to write comment.