Color Hex Logo

#b621db Color Hex

#B621DB
(182,33,219)
0 Favorites   0 Comments

Color spaces of #b621db

RGB 18233219
HSL0.800.740.49
HSV288°85°86°
CMYK 0.170.850.00   0.14
XYZ32.621416.147368.4152
Yxy16.14730.27840.1378
Hunter Lab40.183774.5860-72.8162
CIE-Lab47.167277.8004-62.3925

#b621db color RGB value is (182,33,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100001 11011011
Octal 266 41 333
Decimal 182 33 219
Hex B6 21 DB

RGB Percentages of Color #b621db

%41.94
%7.60
%50.46

CMYK Percentages of Color #b621db

%17
%85
%0
%14

Triadic Colors of #b621db

#b621db #dbb621 #21dbb6

Analogous Colors of #b621db

#b621db #db21a3 #5921db

Monochromatic Colors of #b621db

#b621db

Complementary Color

#b621db #46db21

#b621db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b621db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b621db Color CSS Codes

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

#b621db Text Font Color

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

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


#b621db Background Color

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

This div background color is #b621db


#b621db Border Color

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

This div border color is #b621db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b621db


Comments

No comments written yet.

Please login to write comment.