Color Hex Logo

#290476 Color Hex

#290476
(41,4,118)
0 Favorites   0 Comments

Color spaces of #290476

RGB 414118
HSL0.720.930.24
HSV259°97°46°
CMYK 0.650.970.00   0.54
XYZ4.22791.866317.2769
Yxy1.86630.18090.0799
Hunter Lab13.661331.3352-65.4190
CIE-Lab14.769444.5333-55.2253

#290476 color RGB value is (41,4,118).

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

The process color (four color CMYK) of #290476 color hex is 0.65, 0.97, 0.00, 0.54. Web safe color of #290476 is #330066. Color #290476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000100 01110110
Octal 51 4 166
Decimal 41 4 118
Hex 29 4 76

RGB Percentages of Color #290476

%25.15
%2.45
%72.39

CMYK Percentages of Color #290476

%65
%97
%0
%54

Triadic Colors of #290476

#290476 #762904 #047629

Analogous Colors of #290476

#290476 #620476 #041876

Monochromatic Colors of #290476

#290476

Complementary Color

#290476 #517604

#290476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290476 Color CSS Codes

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

#290476 Text Font Color

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

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


#290476 Background Color

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

This div background color is #290476


#290476 Border Color

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

This div border color is #290476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290476


Comments

No comments written yet.

Please login to write comment.