Color Hex Logo

#290480 Color Hex

#290480
(41,4,128)
0 Favorites   0 Comments

Color spaces of #290480

RGB 414128
HSL0.720.940.26
HSV258°97°50°
CMYK 0.680.970.00   0.50
XYZ4.85412.116820.5748
Yxy2.11680.17620.0768
Hunter Lab14.549234.0923-73.6605
CIE-Lab16.088647.1938-59.4430

#290480 color RGB value is (41,4,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000100 10000000
Octal 51 4 200
Decimal 41 4 128
Hex 29 4 80

RGB Percentages of Color #290480

%23.70
%2.31
%73.99

CMYK Percentages of Color #290480

%68
%97
%0
%50

Triadic Colors of #290480

#290480 #802904 #048029

Analogous Colors of #290480

#290480 #670480 #041d80

Monochromatic Colors of #290480

#290480

Complementary Color

#290480 #5b8004

#290480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290480 Color CSS Codes

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

#290480 Text Font Color

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

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


#290480 Background Color

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

This div background color is #290480


#290480 Border Color

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

This div border color is #290480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290480


Comments

No comments written yet.

Please login to write comment.