Color Hex Logo

#b359db Color Hex

#B359DB
(179,89,219)
0 Favorites   0 Comments

Color spaces of #b359db

RGB 17989219
HSL0.780.640.60
HSV282°59°86°
CMYK 0.180.590.00   0.14
XYZ34.949021.842969.3919
Yxy21.84290.27700.1731
Hunter Lab46.736451.6918-55.3154
CIE-Lab53.859957.0878-51.6646

#b359db color RGB value is (179,89,219).

#b359db hex color red value is 179, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b359db hue: 0.78 , saturation: 0.64 and the lightness value of b359db is 0.60.

The process color (four color CMYK) of #b359db color hex is 0.18, 0.59, 0.00, 0.14. Web safe color of #b359db is #cc66cc. Color #b359db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11011011
Octal 263 131 333
Decimal 179 89 219
Hex B3 59 DB

RGB Percentages of Color #b359db

%36.76
%18.28
%44.97

CMYK Percentages of Color #b359db

%18
%59
%0
%14

Triadic Colors of #b359db

#b359db #dbb359 #59dbb3

Analogous Colors of #b359db

#b359db #db59c2 #7259db

Monochromatic Colors of #b359db

#b359db

Complementary Color

#b359db #81db59

#b359db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359db Color CSS Codes

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

#b359db Text Font Color

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

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


#b359db Background Color

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

This div background color is #b359db


#b359db Border Color

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

This div border color is #b359db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359db


Comments

No comments written yet.

Please login to write comment.