Color Hex Logo

#392fcb Color Hex

#392FCB
(57,47,203)
0 Favorites   0 Comments

Color spaces of #392fcb

RGB 5747203
HSL0.680.620.49
HSV244°77°80°
CMYK 0.720.770.00   0.20
XYZ13.48347.214757.1818
Yxy7.21470.17310.0926
Hunter Lab26.860242.5989-107.4184
CIE-Lab32.290852.6198-78.1001

#392fcb color RGB value is (57,47,203).

#392fcb hex color red value is 57, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #392fcb hue: 0.68 , saturation: 0.62 and the lightness value of 392fcb is 0.49.

The process color (four color CMYK) of #392fcb color hex is 0.72, 0.77, 0.00, 0.20. Web safe color of #392fcb is #3333cc. Color #392fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101111 11001011
Octal 71 57 313
Decimal 57 47 203
Hex 39 2F CB

RGB Percentages of Color #392fcb

%18.57
%15.31
%66.12

CMYK Percentages of Color #392fcb

%72
%77
%0
%20

Triadic Colors of #392fcb

#392fcb #cb392f #2fcb39

Analogous Colors of #392fcb

#392fcb #872fcb #2f73cb

Monochromatic Colors of #392fcb

#392fcb

Complementary Color

#392fcb #c1cb2f

#392fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#392fcb Color CSS Codes

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

#392fcb Text Font Color

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

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


#392fcb Background Color

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

This div background color is #392fcb


#392fcb Border Color

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

This div border color is #392fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392fcb


Comments

No comments written yet.

Please login to write comment.