Color Hex Logo

#b221db Color Hex

#B221DB
(178,33,219)
0 Favorites   0 Comments

Color spaces of #b221db

RGB 17833219
HSL0.800.740.49
HSV287°85°86°
CMYK 0.190.850.00   0.14
XYZ31.690115.667268.3716
Yxy15.66720.27380.1354
Hunter Lab39.581873.6430-74.7072
CIE-Lab46.534877.1624-63.4463

#b221db color RGB value is (178,33,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11011011
Octal 262 41 333
Decimal 178 33 219
Hex B2 21 DB

RGB Percentages of Color #b221db

%41.40
%7.67
%50.93

CMYK Percentages of Color #b221db

%19
%85
%0
%14

Triadic Colors of #b221db

#b221db #dbb221 #21dbb2

Analogous Colors of #b221db

#b221db #db21a7 #5521db

Monochromatic Colors of #b221db

#b221db

Complementary Color

#b221db #4adb21

#b221db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221db Color CSS Codes

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

#b221db Text Font Color

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

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


#b221db Background Color

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

This div background color is #b221db


#b221db Border Color

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

This div border color is #b221db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221db


Comments

No comments written yet.

Please login to write comment.