Color Hex Logo

#293bad Color Hex

#293BAD
(41,59,173)
0 Favorites   0 Comments

Color spaces of #293bad

RGB 4159173
HSL0.640.620.42
HSV232°76°68°
CMYK 0.760.660.00   0.32
XYZ10.02126.616540.2841
Yxy6.61650.17610.1162
Hunter Lab25.722624.5270-74.8483
CIE-Lab30.917433.9791-62.6859

#293bad color RGB value is (41,59,173).

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

The process color (four color CMYK) of #293bad color hex is 0.76, 0.66, 0.00, 0.32. Web safe color of #293bad is #333399. Color #293bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111011 10101101
Octal 51 73 255
Decimal 41 59 173
Hex 29 3B AD

RGB Percentages of Color #293bad

%15.02
%21.61
%63.37

CMYK Percentages of Color #293bad

%76
%66
%0
%32

Triadic Colors of #293bad

#293bad #ad293b #3bad29

Analogous Colors of #293bad

#293bad #5929ad #297dad

Monochromatic Colors of #293bad

#293bad

Complementary Color

#293bad #ad9b29

#293bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#293bad Color CSS Codes

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

#293bad Text Font Color

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

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


#293bad Background Color

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

This div background color is #293bad


#293bad Border Color

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

This div border color is #293bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293bad


Comments

No comments written yet.

Please login to write comment.