Color Hex Logo

#293eab Color Hex

#293EAB
(41,62,171)
0 Favorites   0 Comments

Color spaces of #293eab

RGB 4162171
HSL0.640.610.42
HSV230°76°67°
CMYK 0.760.640.00   0.33
XYZ9.98786.856939.3252
Yxy6.85690.17780.1221
Hunter Lab26.185722.2589-70.7107
CIE-Lab31.478931.2962-60.5694

#293eab color RGB value is (41,62,171).

#293eab hex color red value is 41, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #293eab hue: 0.64 , saturation: 0.61 and the lightness value of 293eab is 0.42.

The process color (four color CMYK) of #293eab color hex is 0.76, 0.64, 0.00, 0.33. Web safe color of #293eab is #333399. Color #293eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111110 10101011
Octal 51 76 253
Decimal 41 62 171
Hex 29 3E AB

RGB Percentages of Color #293eab

%14.96
%22.63
%62.41

CMYK Percentages of Color #293eab

%76
%64
%0
%33

Triadic Colors of #293eab

#293eab #ab293e #3eab29

Analogous Colors of #293eab

#293eab #5529ab #297fab

Monochromatic Colors of #293eab

#293eab

Complementary Color

#293eab #ab9629

#293eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#293eab Color CSS Codes

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

#293eab Text Font Color

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

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


#293eab Background Color

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

This div background color is #293eab


#293eab Border Color

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

This div border color is #293eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293eab


Comments

No comments written yet.

Please login to write comment.