Color Hex Logo

#303960 Color Hex

#303960
(48,57,96)
0 Favorites   0 Comments

Color spaces of #303960

RGB 485796
HSL0.640.330.28
HSV229°50°38°
CMYK 0.500.410.00   0.62
XYZ4.79344.399211.6628
Yxy4.39920.22980.2109
Hunter Lab20.97434.0889-18.2864
CIE-Lab24.94968.2237-24.3800

#303960 color RGB value is (48,57,96).

#303960 hex color red value is 48, green value is 57 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #303960 hue: 0.64 , saturation: 0.33 and the lightness value of 303960 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111001 01100000
Octal 60 71 140
Decimal 48 57 96
Hex 30 39 60

RGB Percentages of Color #303960

%23.88
%28.36
%47.76

CMYK Percentages of Color #303960

%50
%41
%0
%62

Triadic Colors of #303960

#303960 #603039 #396030

Analogous Colors of #303960

#303960 #3f3060 #305160

Monochromatic Colors of #303960

#303960

Complementary Color

#303960 #605730

#303960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303960 Color CSS Codes

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

#303960 Text Font Color

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

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


#303960 Background Color

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

This div background color is #303960


#303960 Border Color

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

This div border color is #303960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303960

#303960 Color Palettes


Comments

No comments written yet.

Please login to write comment.