Color Hex Logo

#292449 Color Hex

#292449
(41,36,73)
0 Favorites   0 Comments

Color spaces of #292449

RGB 413673
HSL0.690.340.21
HSV248°51°29°
CMYK 0.440.510.00   0.71
XYZ2.74792.21426.5859
Yxy2.21420.23800.1917
Hunter Lab14.88026.9230-15.8253
CIE-Lab16.573413.0557-22.3471

#292449 color RGB value is (41,36,73).

#292449 hex color red value is 41, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #292449 hue: 0.69 , saturation: 0.34 and the lightness value of 292449 is 0.21.

The process color (four color CMYK) of #292449 color hex is 0.44, 0.51, 0.00, 0.71. Web safe color of #292449 is #333333. Color #292449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100100 01001001
Octal 51 44 111
Decimal 41 36 73
Hex 29 24 49

RGB Percentages of Color #292449

%27.33
%24.00
%48.67

CMYK Percentages of Color #292449

%44
%51
%0
%71

Triadic Colors of #292449

#292449 #492924 #244929

Analogous Colors of #292449

#292449 #3c2449 #243249

Monochromatic Colors of #292449

#292449

Complementary Color

#292449 #444924

#292449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#292449 Color CSS Codes

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

#292449 Text Font Color

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

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


#292449 Background Color

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

This div background color is #292449


#292449 Border Color

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

This div border color is #292449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292449


Comments

No comments written yet.

Please login to write comment.