Color Hex Logo

#b644db Color Hex

#B644DB
(182,68,219)
0 Favorites   0 Comments

Color spaces of #b644db

RGB 18268219
HSL0.790.680.56
HSV285°69°86°
CMYK 0.170.690.00   0.14
XYZ34.144719.193868.9230
Yxy19.19380.27930.1570
Hunter Lab43.810762.4485-62.6075
CIE-Lab50.913267.0200-56.3566

#b644db color RGB value is (182,68,219).

#b644db hex color red value is 182, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b644db hue: 0.79 , saturation: 0.68 and the lightness value of b644db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000100 11011011
Octal 266 104 333
Decimal 182 68 219
Hex B6 44 DB

RGB Percentages of Color #b644db

%38.81
%14.50
%46.70

CMYK Percentages of Color #b644db

%17
%69
%0
%14

Triadic Colors of #b644db

#b644db #dbb644 #44dbb6

Analogous Colors of #b644db

#b644db #db44b5 #6b44db

Monochromatic Colors of #b644db

#b644db

Complementary Color

#b644db #69db44

#b644db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b644db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b644db Color CSS Codes

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

#b644db Text Font Color

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

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


#b644db Background Color

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

This div background color is #b644db


#b644db Border Color

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

This div border color is #b644db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b644db


Comments

No comments written yet.

Please login to write comment.