Color Hex Logo

#b360db Color Hex

#B360DB
(179,96,219)
0 Favorites   0 Comments

Color spaces of #b360db

RGB 17996219
HSL0.780.630.62
HSV280°56°86°
CMYK 0.180.560.00   0.14
XYZ35.559523.063969.5954
Yxy23.06390.27730.1799
Hunter Lab48.024948.1248-52.3028
CIE-Lab55.138153.6522-49.6289

#b360db color RGB value is (179,96,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 11011011
Octal 263 140 333
Decimal 179 96 219
Hex B3 60 DB

RGB Percentages of Color #b360db

%36.23
%19.43
%44.33

CMYK Percentages of Color #b360db

%18
%56
%0
%14

Triadic Colors of #b360db

#b360db #dbb360 #60dbb3

Analogous Colors of #b360db

#b360db #db60c6 #7660db

Monochromatic Colors of #b360db

#b360db

Complementary Color

#b360db #88db60

#b360db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b360db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b360db Color CSS Codes

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

#b360db Text Font Color

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

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


#b360db Background Color

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

This div background color is #b360db


#b360db Border Color

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

This div border color is #b360db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b360db


Comments

No comments written yet.

Please login to write comment.