Color Hex Logo

#383960 Color Hex

#383960
(56,57,96)
0 Favorites   0 Comments

Color spaces of #383960

RGB 565796
HSL0.660.260.30
HSV239°42°38°
CMYK 0.420.410.00   0.62
XYZ5.20534.611511.6821
Yxy4.61150.24210.2145
Hunter Lab21.47445.6874-17.2217
CIE-Lab25.598010.5755-23.3144

#383960 color RGB value is (56,57,96).

#383960 hex color red value is 56, green value is 57 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #383960 hue: 0.66 , saturation: 0.26 and the lightness value of 383960 is 0.30.

The process color (four color CMYK) of #383960 color hex is 0.42, 0.41, 0.00, 0.62. Web safe color of #383960 is #333366. Color #383960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 01100000
Octal 70 71 140
Decimal 56 57 96
Hex 38 39 60

RGB Percentages of Color #383960

%26.79
%27.27
%45.93

CMYK Percentages of Color #383960

%42
%41
%0
%62

Triadic Colors of #383960

#383960 #603839 #396038

Analogous Colors of #383960

#383960 #4b3860 #384d60

Monochromatic Colors of #383960

#383960

Complementary Color

#383960 #605f38

#383960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383960 Color CSS Codes

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

#383960 Text Font Color

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

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


#383960 Background Color

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

This div background color is #383960


#383960 Border Color

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

This div border color is #383960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,57,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #383960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #383960;
  -webkit-box-shadow: 1px 1px 3px 2px #383960;
  box-shadow:         1px 1px 3px 2px #383960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383960


Comments

No comments written yet.

Please login to write comment.