Color Hex Logo

#293f96 Color Hex

#293F96
(41,63,150)
0 Favorites   0 Comments

Color spaces of #293f96

RGB 4163150
HSL0.630.570.37
HSV228°73°59°
CMYK 0.730.580.00   0.41
XYZ8.19706.228429.6243
Yxy6.22840.18610.1414
Hunter Lab24.956814.9536-52.9090
CIE-Lab29.981522.7104-50.3178

#293f96 color RGB value is (41,63,150).

#293f96 hex color red value is 41, green value is 63 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #293f96 hue: 0.63 , saturation: 0.57 and the lightness value of 293f96 is 0.37.

The process color (four color CMYK) of #293f96 color hex is 0.73, 0.58, 0.00, 0.41. Web safe color of #293f96 is #333399. Color #293f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111111 10010110
Octal 51 77 226
Decimal 41 63 150
Hex 29 3F 96

RGB Percentages of Color #293f96

%16.14
%24.80
%59.06

CMYK Percentages of Color #293f96

%73
%58
%0
%41

Triadic Colors of #293f96

#293f96 #96293f #3f9629

Analogous Colors of #293f96

#293f96 #4a2996 #297696

Monochromatic Colors of #293f96

#293f96

Complementary Color

#293f96 #968029

#293f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293f96 Color CSS Codes

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

#293f96 Text Font Color

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

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


#293f96 Background Color

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

This div background color is #293f96


#293f96 Border Color

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

This div border color is #293f96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,63,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293f96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293f96;
  -webkit-box-shadow: 1px 1px 3px 2px #293f96;
  box-shadow:         1px 1px 3px 2px #293f96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293f96


Comments

No comments written yet.

Please login to write comment.