Color Hex Logo

#290482 Color Hex

#290482
(41,4,130)
0 Favorites   0 Comments

Color spaces of #290482

RGB 414130
HSL0.720.940.26
HSV258°97°51°
CMYK 0.680.970.00   0.49
XYZ4.98712.170021.2751
Yxy2.17000.17540.0763
Hunter Lab14.730934.6514-75.3178
CIE-Lab16.355247.7237-60.2710

#290482 color RGB value is (41,4,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000100 10000010
Octal 51 4 202
Decimal 41 4 130
Hex 29 4 82

RGB Percentages of Color #290482

%23.43
%2.29
%74.29

CMYK Percentages of Color #290482

%68
%97
%0
%49

Triadic Colors of #290482

#290482 #822904 #048229

Analogous Colors of #290482

#290482 #680482 #041e82

Monochromatic Colors of #290482

#290482

Complementary Color

#290482 #5d8204

#290482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290482 Color CSS Codes

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

#290482 Text Font Color

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

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


#290482 Background Color

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

This div background color is #290482


#290482 Border Color

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

This div border color is #290482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290482


Comments

No comments written yet.

Please login to write comment.