Color Hex Logo

#293580 Color Hex

#293580
(41,53,128)
0 Favorites   0 Comments

Color spaces of #293580

RGB 4153128
HSL0.640.510.33
HSV232°68°50°
CMYK 0.680.590.00   0.50
XYZ6.08384.576120.9847
Yxy4.57610.19230.1446
Hunter Lab21.391813.3294-43.1873
CIE-Lab25.491221.1671-43.9888

#293580 color RGB value is (41,53,128).

#293580 hex color red value is 41, green value is 53 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #293580 hue: 0.64 , saturation: 0.51 and the lightness value of 293580 is 0.33.

The process color (four color CMYK) of #293580 color hex is 0.68, 0.59, 0.00, 0.50. Web safe color of #293580 is #333399. Color #293580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110101 10000000
Octal 51 65 200
Decimal 41 53 128
Hex 29 35 80

RGB Percentages of Color #293580

%18.47
%23.87
%57.66

CMYK Percentages of Color #293580

%68
%59
%0
%50

Triadic Colors of #293580

#293580 #802935 #358029

Analogous Colors of #293580

#293580 #492980 #296180

Monochromatic Colors of #293580

#293580

Complementary Color

#293580 #807429

#293580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293580 Color CSS Codes

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

#293580 Text Font Color

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

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


#293580 Background Color

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

This div background color is #293580


#293580 Border Color

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

This div border color is #293580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293580


Comments

No comments written yet.

Please login to write comment.