Color Hex Logo

#392bdb Color Hex

#392BDB
(57,43,219)
0 Favorites   0 Comments

Color spaces of #392bdb

RGB 5743219
HSL0.680.710.51
HSV245°80°86°
CMYK 0.740.800.00   0.14
XYZ15.33747.712167.6980
Yxy7.71210.16900.0850
Hunter Lab27.770749.9847-125.0948
CIE-Lab33.376059.3849-85.5697

#392bdb color RGB value is (57,43,219).

#392bdb hex color red value is 57, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #392bdb hue: 0.68 , saturation: 0.71 and the lightness value of 392bdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101011 11011011
Octal 71 53 333
Decimal 57 43 219
Hex 39 2B DB

RGB Percentages of Color #392bdb

%17.87
%13.48
%68.65

CMYK Percentages of Color #392bdb

%74
%80
%0
%14

Triadic Colors of #392bdb

#392bdb #db392b #2bdb39

Analogous Colors of #392bdb

#392bdb #912bdb #2b75db

Monochromatic Colors of #392bdb

#392bdb

Complementary Color

#392bdb #cddb2b

#392bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#392bdb Color CSS Codes

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

#392bdb Text Font Color

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

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


#392bdb Background Color

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

This div background color is #392bdb


#392bdb Border Color

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

This div border color is #392bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392bdb


Comments

No comments written yet.

Please login to write comment.