Color Hex Logo

#b643db Color Hex

#B643DB
(182,67,219)
0 Favorites   0 Comments

Color spaces of #b643db

RGB 18267219
HSL0.790.680.56
HSV285°69°86°
CMYK 0.170.690.00   0.14
XYZ34.084719.073968.9030
Yxy19.07390.27920.1563
Hunter Lab43.673762.8797-62.9690
CIE-Lab50.773667.4135-56.5807

#b643db color RGB value is (182,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000011 11011011
Octal 266 103 333
Decimal 182 67 219
Hex B6 43 DB

RGB Percentages of Color #b643db

%38.89
%14.32
%46.79

CMYK Percentages of Color #b643db

%17
%69
%0
%14

Triadic Colors of #b643db

#b643db #dbb643 #43dbb6

Analogous Colors of #b643db

#b643db #db43b4 #6a43db

Monochromatic Colors of #b643db

#b643db

Complementary Color

#b643db #68db43

#b643db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b643db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b643db Color CSS Codes

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

#b643db Text Font Color

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

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


#b643db Background Color

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

This div background color is #b643db


#b643db Border Color

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

This div border color is #b643db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b643db


Comments

No comments written yet.

Please login to write comment.