Color Hex Logo

#b355db Color Hex

#B355DB
(179,85,219)
0 Favorites   0 Comments

Color spaces of #b355db

RGB 17985219
HSL0.780.650.60
HSV282°61°86°
CMYK 0.180.610.00   0.14
XYZ34.625121.195269.2840
Yxy21.19520.27680.1694
Hunter Lab46.038253.6819-57.0001
CIE-Lab53.162558.9840-52.7778

#b355db color RGB value is (179,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 11011011
Octal 263 125 333
Decimal 179 85 219
Hex B3 55 DB

RGB Percentages of Color #b355db

%37.06
%17.60
%45.34

CMYK Percentages of Color #b355db

%18
%61
%0
%14

Triadic Colors of #b355db

#b355db #dbb355 #55dbb3

Analogous Colors of #b355db

#b355db #db55c0 #7055db

Monochromatic Colors of #b355db

#b355db

Complementary Color

#b355db #7ddb55

#b355db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b355db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b355db Color CSS Codes

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

#b355db Text Font Color

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

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


#b355db Background Color

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

This div background color is #b355db


#b355db Border Color

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

This div border color is #b355db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b355db


Comments

No comments written yet.

Please login to write comment.