Color Hex Logo

#293e7d Color Hex

#293E7D
(41,62,125)
0 Favorites   0 Comments

Color spaces of #293e7d

RGB 4162125
HSL0.630.510.33
HSV225°67°49°
CMYK 0.670.500.00   0.51
XYZ6.33875.397320.1097
Yxy5.39730.19900.1695
Hunter Lab23.23218.0462-35.0590
CIE-Lab27.837913.8072-38.3142

#293e7d color RGB value is (41,62,125).

#293e7d hex color red value is 41, green value is 62 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #293e7d hue: 0.63 , saturation: 0.51 and the lightness value of 293e7d is 0.33.

The process color (four color CMYK) of #293e7d color hex is 0.67, 0.50, 0.00, 0.51. Web safe color of #293e7d is #333366. Color #293e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111110 01111101
Octal 51 76 175
Decimal 41 62 125
Hex 29 3E 7D

RGB Percentages of Color #293e7d

%17.98
%27.19
%54.82

CMYK Percentages of Color #293e7d

%67
%50
%0
%51

Triadic Colors of #293e7d

#293e7d #7d293e #3e7d29

Analogous Colors of #293e7d

#293e7d #3e297d #29687d

Monochromatic Colors of #293e7d

#293e7d

Complementary Color

#293e7d #7d6829

#293e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#293e7d Color CSS Codes

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

#293e7d Text Font Color

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

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


#293e7d Background Color

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

This div background color is #293e7d


#293e7d Border Color

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

This div border color is #293e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293e7d


Comments

No comments written yet.

Please login to write comment.