Color Hex Logo

#290e2f Color Hex

#290E2F
(41,14,47)
0 Favorites   0 Comments

Color spaces of #290e2f

RGB 411447
HSL0.800.540.12
HSV289°70°18°
CMYK 0.130.700.00   0.82
XYZ1.58460.99072.7970
Yxy0.99070.29500.1844
Hunter Lab9.953410.9991-9.6937
CIE-Lab8.913720.3445-16.0574

#290e2f color RGB value is (41,14,47).

#290e2f hex color red value is 41, green value is 14 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #290e2f hue: 0.80 , saturation: 0.54 and the lightness value of 290e2f is 0.12.

The process color (four color CMYK) of #290e2f color hex is 0.13, 0.70, 0.00, 0.82. Web safe color of #290e2f is #330033. Color #290e2f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001110 00101111
Octal 51 16 57
Decimal 41 14 47
Hex 29 E 2F

RGB Percentages of Color #290e2f

%40.20
%13.73
%46.08

CMYK Percentages of Color #290e2f

%13
%70
%0
%82

Triadic Colors of #290e2f

#290e2f #2f290e #0e2f29

Analogous Colors of #290e2f

#290e2f #2f0e25 #190e2f

Monochromatic Colors of #290e2f

#290e2f

Complementary Color

#290e2f #142f0e

#290e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#290e2f Color CSS Codes

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

#290e2f Text Font Color

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

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


#290e2f Background Color

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

This div background color is #290e2f


#290e2f Border Color

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

This div border color is #290e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290e2f


Comments

No comments written yet.

Please login to write comment.