Color Hex Logo

#293dad Color Hex

#293DAD
(41,61,173)
0 Favorites   0 Comments

Color spaces of #293dad

RGB 4161173
HSL0.640.620.42
HSV231°76°68°
CMYK 0.760.650.00   0.32
XYZ10.12606.826040.3190
Yxy6.82600.17680.1192
Hunter Lab26.126623.4604-73.2086
CIE-Lab31.407532.6874-61.8824

#293dad color RGB value is (41,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111101 10101101
Octal 51 75 255
Decimal 41 61 173
Hex 29 3D AD

RGB Percentages of Color #293dad

%14.91
%22.18
%62.91

CMYK Percentages of Color #293dad

%76
%65
%0
%32

Triadic Colors of #293dad

#293dad #ad293d #3dad29

Analogous Colors of #293dad

#293dad #5729ad #297fad

Monochromatic Colors of #293dad

#293dad

Complementary Color

#293dad #ad9929

#293dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#293dad Color CSS Codes

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

#293dad Text Font Color

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

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


#293dad Background Color

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

This div background color is #293dad


#293dad Border Color

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

This div border color is #293dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,61,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 #293dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293dad


Comments

No comments written yet.

Please login to write comment.