Color Hex Logo

#293950 Color Hex

#293950
(41,57,80)
0 Favorites   0 Comments

Color spaces of #293950

RGB 415780
HSL0.600.320.24
HSV215°49°31°
CMYK 0.490.290.00   0.69
XYZ3.82553.97698.1554
Yxy3.97690.23970.2492
Hunter Lab19.9422-0.6572-10.2873
CIE-Lab23.59490.6832-16.0389

#293950 color RGB value is (41,57,80).

#293950 hex color red value is 41, green value is 57 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #293950 hue: 0.60 , saturation: 0.32 and the lightness value of 293950 is 0.24.

The process color (four color CMYK) of #293950 color hex is 0.49, 0.29, 0.00, 0.69. Web safe color of #293950 is #333366. Color #293950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111001 01010000
Octal 51 71 120
Decimal 41 57 80
Hex 29 39 50

RGB Percentages of Color #293950

%23.03
%32.02
%44.94

CMYK Percentages of Color #293950

%49
%29
%0
%69

Triadic Colors of #293950

#293950 #502939 #395029

Analogous Colors of #293950

#293950 #2d2950 #294d50

Monochromatic Colors of #293950

#293950

Complementary Color

#293950 #504029

#293950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293950 Color CSS Codes

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

#293950 Text Font Color

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

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


#293950 Background Color

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

This div background color is #293950


#293950 Border Color

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

This div border color is #293950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293950


Comments

No comments written yet.

Please login to write comment.