Color Hex Logo

#392dbc Color Hex

#392DBC
(57,45,188)
0 Favorites   0 Comments

Color spaces of #392dbc

RGB 5745188
HSL0.680.610.46
HSV245°76°74°
CMYK 0.700.760.00   0.26
XYZ11.70286.377548.1911
Yxy6.37750.17660.0962
Hunter Lab25.253738.5245-95.4642
CIE-Lab30.345648.9793-72.5105

#392dbc color RGB value is (57,45,188).

#392dbc hex color red value is 57, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #392dbc hue: 0.68 , saturation: 0.61 and the lightness value of 392dbc is 0.46.

The process color (four color CMYK) of #392dbc color hex is 0.70, 0.76, 0.00, 0.26. Web safe color of #392dbc is #3333cc. Color #392dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101101 10111100
Octal 71 55 274
Decimal 57 45 188
Hex 39 2D BC

RGB Percentages of Color #392dbc

%19.66
%15.52
%64.83

CMYK Percentages of Color #392dbc

%70
%76
%0
%26

Triadic Colors of #392dbc

#392dbc #bc392d #2dbc39

Analogous Colors of #392dbc

#392dbc #812dbc #2d69bc

Monochromatic Colors of #392dbc

#392dbc

Complementary Color

#392dbc #b0bc2d

#392dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#392dbc Color CSS Codes

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

#392dbc Text Font Color

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

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


#392dbc Background Color

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

This div background color is #392dbc


#392dbc Border Color

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

This div border color is #392dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,45,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #392dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392dbc


Comments

No comments written yet.

Please login to write comment.