Color Hex Logo

#392faf Color Hex

#392FAF
(57,47,175)
0 Favorites   0 Comments

Color spaces of #392faf

RGB 5747175
HSL0.680.580.44
HSV245°73°69°
CMYK 0.670.730.00   0.31
XYZ10.44175.998041.1648
Yxy5.99800.18130.1041
Hunter Lab24.490833.2448-82.5126
CIE-Lab29.407443.7464-66.3281

#392faf color RGB value is (57,47,175).

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

The process color (four color CMYK) of #392faf color hex is 0.67, 0.73, 0.00, 0.31. Web safe color of #392faf is #333399. Color #392faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101111 10101111
Octal 71 57 257
Decimal 57 47 175
Hex 39 2F AF

RGB Percentages of Color #392faf

%20.43
%16.85
%62.72

CMYK Percentages of Color #392faf

%67
%73
%0
%31

Triadic Colors of #392faf

#392faf #af392f #2faf39

Analogous Colors of #392faf

#392faf #792faf #2f65af

Monochromatic Colors of #392faf

#392faf

Complementary Color

#392faf #a5af2f

#392faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#392faf Color CSS Codes

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

#392faf Text Font Color

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

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


#392faf Background Color

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

This div background color is #392faf


#392faf Border Color

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

This div border color is #392faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392faf


Comments

No comments written yet.

Please login to write comment.