Color Hex Logo

#290577 Color Hex

#290577
(41,5,119)
0 Favorites   0 Comments

Color spaces of #290577

RGB 415119
HSL0.720.920.24
HSV259°96°47°
CMYK 0.660.960.00   0.53
XYZ4.29851.911917.5952
Yxy1.91190.18060.0803
Hunter Lab13.827131.2935-65.7682
CIE-Lab15.017944.4425-55.4576

#290577 color RGB value is (41,5,119).

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

The process color (four color CMYK) of #290577 color hex is 0.66, 0.96, 0.00, 0.53. Web safe color of #290577 is #330066. Color #290577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 01110111
Octal 51 5 167
Decimal 41 5 119
Hex 29 5 77

RGB Percentages of Color #290577

%24.85
%3.03
%72.12

CMYK Percentages of Color #290577

%66
%96
%0
%53

Triadic Colors of #290577

#290577 #772905 #057729

Analogous Colors of #290577

#290577 #620577 #051a77

Monochromatic Colors of #290577

#290577

Complementary Color

#290577 #537705

#290577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290577 Color CSS Codes

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

#290577 Text Font Color

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

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


#290577 Background Color

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

This div background color is #290577


#290577 Border Color

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

This div border color is #290577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290577


Comments

No comments written yet.

Please login to write comment.