Color Hex Logo

#290782 Color Hex

#290782
(41,7,130)
0 Favorites   0 Comments

Color spaces of #290782

RGB 417130
HSL0.710.900.27
HSV257°95°51°
CMYK 0.680.950.00   0.49
XYZ5.01972.235121.2859
Yxy2.23510.17590.0783
Hunter Lab14.950333.7703-73.9509
CIE-Lab16.675646.7498-59.7383

#290782 color RGB value is (41,7,130).

#290782 hex color red value is 41, green value is 7 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #290782 hue: 0.71 , saturation: 0.90 and the lightness value of 290782 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000111 10000010
Octal 51 7 202
Decimal 41 7 130
Hex 29 7 82

RGB Percentages of Color #290782

%23.03
%3.93
%73.03

CMYK Percentages of Color #290782

%68
%95
%0
%49

Triadic Colors of #290782

#290782 #822907 #078229

Analogous Colors of #290782

#290782 #670782 #072382

Monochromatic Colors of #290782

#290782

Complementary Color

#290782 #608207

#290782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290782 Color CSS Codes

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

#290782 Text Font Color

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

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


#290782 Background Color

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

This div background color is #290782


#290782 Border Color

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

This div border color is #290782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290782


Comments

No comments written yet.

Please login to write comment.