Color Hex Logo

#392baf Color Hex

#392BAF
(57,43,175)
0 Favorites   0 Comments

Color spaces of #392baf

RGB 5743175
HSL0.680.610.43
HSV246°75°69°
CMYK 0.670.750.00   0.31
XYZ10.28915.692841.1140
Yxy5.69280.18020.0997
Hunter Lab23.859635.2212-85.4647
CIE-Lab28.623845.9518-67.6197

#392baf color RGB value is (57,43,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101011 10101111
Octal 71 53 257
Decimal 57 43 175
Hex 39 2B AF

RGB Percentages of Color #392baf

%20.73
%15.64
%63.64

CMYK Percentages of Color #392baf

%67
%75
%0
%31

Triadic Colors of #392baf

#392baf #af392b #2baf39

Analogous Colors of #392baf

#392baf #7b2baf #2b5faf

Monochromatic Colors of #392baf

#392baf

Complementary Color

#392baf #a1af2b

#392baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#392baf Color CSS Codes

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

#392baf Text Font Color

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

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


#392baf Background Color

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

This div background color is #392baf


#392baf Border Color

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

This div border color is #392baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392baf


Comments

No comments written yet.

Please login to write comment.