Color Hex Logo

#290507 Color Hex

#290507
(41,5,7)
0 Favorites   0 Comments

Color spaces of #290507

RGB 4157
HSL0.990.780.09
HSV357°88°16°
CMYK 0.000.880.83   0.84
XYZ1.00710.59530.2628
Yxy0.59530.53990.3192
Hunter Lab7.71569.79713.3814
CIE-Lab5.377317.67655.5123

#290507 color RGB value is (41,5,7).

#290507 hex color red value is 41, green value is 5 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #290507 hue: 0.99 , saturation: 0.78 and the lightness value of 290507 is 0.09.

The process color (four color CMYK) of #290507 color hex is 0.00, 0.88, 0.83, 0.84. Web safe color of #290507 is #330000. Color #290507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 00000111
Octal 51 5 7
Decimal 41 5 7
Hex 29 5 7

RGB Percentages of Color #290507

%77.36
%9.43
%13.21

CMYK Percentages of Color #290507

%0
%88
%83
%84

Triadic Colors of #290507

#290507 #072905 #050729

Analogous Colors of #290507

#290507 #291505 #290519

Monochromatic Colors of #290507

#290507

Complementary Color

#290507 #052927

#290507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290507 Color CSS Codes

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

#290507 Text Font Color

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

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


#290507 Background Color

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

This div background color is #290507


#290507 Border Color

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

This div border color is #290507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290507


Comments

No comments written yet.

Please login to write comment.