Color Hex Logo

#292e58 Color Hex

#292E58
(41,46,88)
0 Favorites   0 Comments

Color spaces of #292e58

RGB 414688
HSL0.650.360.25
HSV234°53°35°
CMYK 0.530.480.00   0.65
XYZ3.65293.13009.6441
Yxy3.13000.22240.1905
Hunter Lab17.69185.8950-19.9357
CIE-Lab20.557211.1601-26.1223

#292e58 color RGB value is (41,46,88).

#292e58 hex color red value is 41, green value is 46 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #292e58 hue: 0.65 , saturation: 0.36 and the lightness value of 292e58 is 0.25.

The process color (four color CMYK) of #292e58 color hex is 0.53, 0.48, 0.00, 0.65. Web safe color of #292e58 is #333366. Color #292e58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101110 01011000
Octal 51 56 130
Decimal 41 46 88
Hex 29 2E 58

RGB Percentages of Color #292e58

%23.43
%26.29
%50.29

CMYK Percentages of Color #292e58

%53
%48
%0
%65

Triadic Colors of #292e58

#292e58 #58292e #2e5829

Analogous Colors of #292e58

#292e58 #3b2958 #294658

Monochromatic Colors of #292e58

#292e58

Complementary Color

#292e58 #585329

#292e58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292e58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#292e58 Color CSS Codes

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

#292e58 Text Font Color

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

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


#292e58 Background Color

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

This div background color is #292e58


#292e58 Border Color

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

This div border color is #292e58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292e58


Comments

No comments written yet.

Please login to write comment.