Color Hex Logo

#293990 Color Hex

#293990
(41,57,144)
0 Favorites   0 Comments

Color spaces of #293990

RGB 4157144
HSL0.640.560.36
HSV231°72°56°
CMYK 0.720.600.00   0.44
XYZ7.41165.411327.0394
Yxy5.41130.18590.1357
Hunter Lab23.262216.1633-52.6337
CIE-Lab27.875824.4932-50.0637

#293990 color RGB value is (41,57,144).

#293990 hex color red value is 41, green value is 57 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #293990 hue: 0.64 , saturation: 0.56 and the lightness value of 293990 is 0.36.

The process color (four color CMYK) of #293990 color hex is 0.72, 0.60, 0.00, 0.44. Web safe color of #293990 is #333399. Color #293990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111001 10010000
Octal 51 71 220
Decimal 41 57 144
Hex 29 39 90

RGB Percentages of Color #293990

%16.94
%23.55
%59.50

CMYK Percentages of Color #293990

%72
%60
%0
%44

Triadic Colors of #293990

#293990 #902939 #399029

Analogous Colors of #293990

#293990 #4d2990 #296d90

Monochromatic Colors of #293990

#293990

Complementary Color

#293990 #908029

#293990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293990 Color CSS Codes

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

#293990 Text Font Color

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

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


#293990 Background Color

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

This div background color is #293990


#293990 Border Color

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

This div border color is #293990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,57,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293990;
  -webkit-box-shadow: 1px 1px 3px 2px #293990;
  box-shadow:         1px 1px 3px 2px #293990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293990


Comments

No comments written yet.

Please login to write comment.