Color Hex Logo

#b721db Color Hex

#B721DB
(183,33,219)
0 Favorites   0 Comments

Color spaces of #b721db

RGB 18333219
HSL0.800.740.49
HSV288°85°86°
CMYK 0.160.850.00   0.14
XYZ32.858516.269568.4263
Yxy16.26950.27950.1384
Hunter Lab40.335574.8245-72.3465
CIE-Lab47.326177.9613-62.1277

#b721db color RGB value is (183,33,219).

#b721db hex color red value is 183, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b721db hue: 0.80 , saturation: 0.74 and the lightness value of b721db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100001 11011011
Octal 267 41 333
Decimal 183 33 219
Hex B7 21 DB

RGB Percentages of Color #b721db

%42.07
%7.59
%50.34

CMYK Percentages of Color #b721db

%16
%85
%0
%14

Triadic Colors of #b721db

#b721db #dbb721 #21dbb7

Analogous Colors of #b721db

#b721db #db21a2 #5a21db

Monochromatic Colors of #b721db

#b721db

Complementary Color

#b721db #45db21

#b721db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b721db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b721db Color CSS Codes

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

#b721db Text Font Color

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

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


#b721db Background Color

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

This div background color is #b721db


#b721db Border Color

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

This div border color is #b721db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b721db


Comments

No comments written yet.

Please login to write comment.