Color Hex Logo

#290696 Color Hex

#290696
(41,6,150)
0 Favorites   0 Comments

Color spaces of #290696

RGB 416150
HSL0.710.920.31
HSV255°96°59°
CMYK 0.730.960.00   0.41
XYZ6.48462.803729.0535
Yxy2.80370.16910.0731
Hunter Lab16.744339.8258-91.1550
CIE-Lab19.239952.4115-68.0000

#290696 color RGB value is (41,6,150).

#290696 hex color red value is 41, green value is 6 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #290696 hue: 0.71 , saturation: 0.92 and the lightness value of 290696 is 0.31.

The process color (four color CMYK) of #290696 color hex is 0.73, 0.96, 0.00, 0.41. Web safe color of #290696 is #330099. Color #290696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000110 10010110
Octal 51 6 226
Decimal 41 6 150
Hex 29 6 96

RGB Percentages of Color #290696

%20.81
%3.05
%76.14

CMYK Percentages of Color #290696

%73
%96
%0
%41

Triadic Colors of #290696

#290696 #962906 #069629

Analogous Colors of #290696

#290696 #710696 #062b96

Monochromatic Colors of #290696

#290696

Complementary Color

#290696 #739606

#290696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290696 Color CSS Codes

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

#290696 Text Font Color

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

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


#290696 Background Color

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

This div background color is #290696


#290696 Border Color

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

This div border color is #290696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290696


Comments

No comments written yet.

Please login to write comment.