Color Hex Logo

#b383db Color Hex

#B383DB
(179,131,219)
0 Favorites   0 Comments

Color spaces of #b383db

RGB 179131219
HSL0.760.550.69
HSV273°40°86°
CMYK 0.180.400.00   0.14
XYZ39.492930.930870.9066
Yxy30.93080.27940.2189
Hunter Lab55.615529.4269-36.6606
CIE-Lab62.449234.9613-38.0988

#b383db color RGB value is (179,131,219).

#b383db hex color red value is 179, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b383db hue: 0.76 , saturation: 0.55 and the lightness value of b383db is 0.69.

The process color (four color CMYK) of #b383db color hex is 0.18, 0.40, 0.00, 0.14. Web safe color of #b383db is #cc99cc. Color #b383db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 11011011
Octal 263 203 333
Decimal 179 131 219
Hex B3 83 DB

RGB Percentages of Color #b383db

%33.84
%24.76
%41.40

CMYK Percentages of Color #b383db

%18
%40
%0
%14

Triadic Colors of #b383db

#b383db #dbb383 #83dbb3

Analogous Colors of #b383db

#b383db #db83d7 #8783db

Monochromatic Colors of #b383db

#b383db

Complementary Color

#b383db #abdb83

#b383db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383db Color CSS Codes

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

#b383db Text Font Color

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

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


#b383db Background Color

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

This div background color is #b383db


#b383db Border Color

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

This div border color is #b383db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383db


Comments

No comments written yet.

Please login to write comment.