Color Hex Logo

#290580 Color Hex

#290580
(41,5,128)
0 Favorites   0 Comments

Color spaces of #290580

RGB 415128
HSL0.720.920.26
HSV258°96°50°
CMYK 0.680.960.00   0.50
XYZ4.86502.138520.5784
Yxy2.13850.17640.0775
Hunter Lab14.623633.7923-73.1966
CIE-Lab16.197946.8616-59.2613

#290580 color RGB value is (41,5,128).

#290580 hex color red value is 41, green value is 5 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #290580 hue: 0.72 , saturation: 0.92 and the lightness value of 290580 is 0.26.

The process color (four color CMYK) of #290580 color hex is 0.68, 0.96, 0.00, 0.50. Web safe color of #290580 is #330099. Color #290580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 10000000
Octal 51 5 200
Decimal 41 5 128
Hex 29 5 80

RGB Percentages of Color #290580

%23.56
%2.87
%73.56

CMYK Percentages of Color #290580

%68
%96
%0
%50

Triadic Colors of #290580

#290580 #802905 #058029

Analogous Colors of #290580

#290580 #670580 #051e80

Monochromatic Colors of #290580

#290580

Complementary Color

#290580 #5c8005

#290580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290580 Color CSS Codes

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

#290580 Text Font Color

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

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


#290580 Background Color

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

This div background color is #290580


#290580 Border Color

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

This div border color is #290580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290580


Comments

No comments written yet.

Please login to write comment.