Color Hex Logo

#390bdb Color Hex

#390BDB
(57,11,219)
0 Favorites   0 Comments

Color spaces of #390bdb

RGB 5711219
HSL0.700.900.45
HSV253°95°86°
CMYK 0.740.950.00   0.14
XYZ14.59326.223767.4500
Yxy6.22370.16530.0705
Hunter Lab24.947360.7575-142.8389
CIE-Lab29.970069.5900-91.2334

#390bdb color RGB value is (57,11,219).

#390bdb hex color red value is 57, green value is 11 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #390bdb hue: 0.70 , saturation: 0.90 and the lightness value of 390bdb is 0.45.

The process color (four color CMYK) of #390bdb color hex is 0.74, 0.95, 0.00, 0.14. Web safe color of #390bdb is #3300cc. Color #390bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11011011
Octal 71 13 333
Decimal 57 11 219
Hex 39 B DB

RGB Percentages of Color #390bdb

%19.86
%3.83
%76.31

CMYK Percentages of Color #390bdb

%74
%95
%0
%14

Triadic Colors of #390bdb

#390bdb #db390b #0bdb39

Analogous Colors of #390bdb

#390bdb #a10bdb #0b45db

Monochromatic Colors of #390bdb

#390bdb

Complementary Color

#390bdb #addb0b

#390bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bdb Color CSS Codes

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

#390bdb Text Font Color

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

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


#390bdb Background Color

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

This div background color is #390bdb


#390bdb Border Color

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

This div border color is #390bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,11,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #390bdb;
  box-shadow:         1px 1px 3px 2px #390bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,11,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 #390bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bdb


Comments

No comments written yet.

Please login to write comment.