Color Hex Logo

#290550 Color Hex

#290550
(41,5,80)
0 Favorites   0 Comments

Color spaces of #290550

RGB 41580
HSL0.750.880.17
HSV269°94°31°
CMYK 0.490.940.00   0.69
XYZ2.41671.15917.6858
Yxy1.15910.21460.1029
Hunter Lab10.766221.2275-34.7900
CIE-Lab10.252233.8715-37.3934

#290550 color RGB value is (41,5,80).

#290550 hex color red value is 41, green value is 5 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #290550 hue: 0.75 , saturation: 0.88 and the lightness value of 290550 is 0.17.

The process color (four color CMYK) of #290550 color hex is 0.49, 0.94, 0.00, 0.69. Web safe color of #290550 is #330066. Color #290550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 01010000
Octal 51 5 120
Decimal 41 5 80
Hex 29 5 50

RGB Percentages of Color #290550

%32.54
%3.97
%63.49

CMYK Percentages of Color #290550

%49
%94
%0
%69

Triadic Colors of #290550

#290550 #502905 #055029

Analogous Colors of #290550

#290550 #4e0550 #050750

Monochromatic Colors of #290550

#290550

Complementary Color

#290550 #2c5005

#290550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290550 Color CSS Codes

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

#290550 Text Font Color

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

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


#290550 Background Color

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

This div background color is #290550


#290550 Border Color

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

This div border color is #290550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290550


Comments

No comments written yet.

Please login to write comment.