Color Hex Logo

#393faf Color Hex

#393FAF
(57,63,175)
0 Favorites   0 Comments

Color spaces of #393faf

RGB 5763175
HSL0.660.510.45
HSV237°67°69°
CMYK 0.670.640.00   0.31
XYZ11.20277.520041.4185
Yxy7.52000.18630.1250
Hunter Lab27.422624.9313-70.3544
CIE-Lab32.962534.1043-60.4951

#393faf color RGB value is (57,63,175).

#393faf hex color red value is 57, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #393faf hue: 0.66 , saturation: 0.51 and the lightness value of 393faf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111111 10101111
Octal 71 77 257
Decimal 57 63 175
Hex 39 3F AF

RGB Percentages of Color #393faf

%19.32
%21.36
%59.32

CMYK Percentages of Color #393faf

%67
%64
%0
%31

Triadic Colors of #393faf

#393faf #af393f #3faf39

Analogous Colors of #393faf

#393faf #6e39af #397aaf

Monochromatic Colors of #393faf

#393faf

Complementary Color

#393faf #afa939

#393faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#393faf Color CSS Codes

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

#393faf Text Font Color

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

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


#393faf Background Color

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

This div background color is #393faf


#393faf Border Color

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

This div border color is #393faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393faf


Comments

No comments written yet.

Please login to write comment.