Color Hex Logo

#3b1bdb Color Hex

#3B1BDB
(59,27,219)
0 Favorites   0 Comments

Color spaces of #3b1bdb

RGB 5927219
HSL0.690.780.48
HSV250°88°86°
CMYK 0.730.880.00   0.14
XYZ14.98176.828167.5462
Yxy6.82810.16770.0764
Hunter Lab26.130656.6123-134.9698
CIE-Lab31.412365.7280-88.8276

#3b1bdb color RGB value is (59,27,219).

#3b1bdb hex color red value is 59, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3b1bdb hue: 0.69 , saturation: 0.78 and the lightness value of 3b1bdb is 0.48.

The process color (four color CMYK) of #3b1bdb color hex is 0.73, 0.88, 0.00, 0.14. Web safe color of #3b1bdb is #3333cc. Color #3b1bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00011011 11011011
Octal 73 33 333
Decimal 59 27 219
Hex 3B 1B DB

RGB Percentages of Color #3b1bdb

%19.34
%8.85
%71.80

CMYK Percentages of Color #3b1bdb

%73
%88
%0
%14

Triadic Colors of #3b1bdb

#3b1bdb #db3b1b #1bdb3b

Analogous Colors of #3b1bdb

#3b1bdb #9b1bdb #1b5bdb

Monochromatic Colors of #3b1bdb

#3b1bdb

Complementary Color

#3b1bdb #bbdb1b

#3b1bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b1bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b1bdb Color CSS Codes

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

#3b1bdb Text Font Color

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

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


#3b1bdb Background Color

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

This div background color is #3b1bdb


#3b1bdb Border Color

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

This div border color is #3b1bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,27,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 #3b1bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b1bdb


Comments

No comments written yet.

Please login to write comment.