Color Hex Logo

#293ead Color Hex

#293EAD
(41,62,173)
0 Favorites   0 Comments

Color spaces of #293ead

RGB 4162173
HSL0.640.620.42
HSV230°76°68°
CMYK 0.760.640.00   0.32
XYZ10.17996.933840.3370
Yxy6.93380.17720.1207
Hunter Lab26.332122.9263-72.3913
CIE-Lab31.655732.0371-61.4758

#293ead color RGB value is (41,62,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111110 10101101
Octal 51 76 255
Decimal 41 62 173
Hex 29 3E AD

RGB Percentages of Color #293ead

%14.86
%22.46
%62.68

CMYK Percentages of Color #293ead

%76
%64
%0
%32

Triadic Colors of #293ead

#293ead #ad293e #3ead29

Analogous Colors of #293ead

#293ead #5629ad #2980ad

Monochromatic Colors of #293ead

#293ead

Complementary Color

#293ead #ad9829

#293ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#293ead Color CSS Codes

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

#293ead Text Font Color

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

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


#293ead Background Color

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

This div background color is #293ead


#293ead Border Color

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

This div border color is #293ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293ead


Comments

No comments written yet.

Please login to write comment.