Color Hex Logo

#393d63 Color Hex

#393D63
(57,61,99)
1 Favorites   0 Comments

Color spaces of #393d63

RGB 576199
HSL0.650.270.31
HSV234°42°39°
CMYK 0.420.380.00   0.61
XYZ5.60825.108212.4948
Yxy5.10820.24160.2201
Hunter Lab22.60134.7399-16.9566
CIE-Lab27.04089.1339-22.9813

#393d63 color RGB value is (57,61,99).

#393d63 hex color red value is 57, green value is 61 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #393d63 hue: 0.65 , saturation: 0.27 and the lightness value of 393d63 is 0.31.

The process color (four color CMYK) of #393d63 color hex is 0.42, 0.38, 0.00, 0.61. Web safe color of #393d63 is #333366. Color #393d63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111101 01100011
Octal 71 75 143
Decimal 57 61 99
Hex 39 3D 63

RGB Percentages of Color #393d63

%26.27
%28.11
%45.62

CMYK Percentages of Color #393d63

%42
%38
%0
%61

Triadic Colors of #393d63

#393d63 #63393d #3d6339

Analogous Colors of #393d63

#393d63 #4a3963 #395263

Monochromatic Colors of #393d63

#393d63

Complementary Color

#393d63 #635f39

#393d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393d63 Color CSS Codes

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

#393d63 Text Font Color

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

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


#393d63 Background Color

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

This div background color is #393d63


#393d63 Border Color

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

This div border color is #393d63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393d63


Comments

No comments written yet.

Please login to write comment.