Color Hex Logo

#b361db Color Hex

#B361DB
(179,97,219)
0 Favorites   0 Comments

Color spaces of #b361db

RGB 17997219
HSL0.780.630.62
HSV280°56°86°
CMYK 0.180.560.00   0.14
XYZ35.651323.247669.6260
Yxy23.24760.27740.1809
Hunter Lab48.215847.6074-51.8667
CIE-Lab55.326553.1500-49.3294

#b361db color RGB value is (179,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 11011011
Octal 263 141 333
Decimal 179 97 219
Hex B3 61 DB

RGB Percentages of Color #b361db

%36.16
%19.60
%44.24

CMYK Percentages of Color #b361db

%18
%56
%0
%14

Triadic Colors of #b361db

#b361db #dbb361 #61dbb3

Analogous Colors of #b361db

#b361db #db61c6 #7661db

Monochromatic Colors of #b361db

#b361db

Complementary Color

#b361db #89db61

#b361db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b361db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b361db Color CSS Codes

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

#b361db Text Font Color

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

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


#b361db Background Color

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

This div background color is #b361db


#b361db Border Color

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

This div border color is #b361db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b361db


Comments

No comments written yet.

Please login to write comment.