Color Hex Logo

#292058 Color Hex

#292058
(41,32,88)
0 Favorites   0 Comments

Color spaces of #292058

RGB 413288
HSL0.690.470.24
HSV250°64°35°
CMYK 0.530.640.00   0.65
XYZ3.19242.20909.4906
Yxy2.20900.21440.1483
Hunter Lab14.862712.3308-27.4558
CIE-Lab16.547921.0302-32.5593

#292058 color RGB value is (41,32,88).

#292058 hex color red value is 41, green value is 32 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #292058 hue: 0.69 , saturation: 0.47 and the lightness value of 292058 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00100000 01011000
Octal 51 40 130
Decimal 41 32 88
Hex 29 20 58

RGB Percentages of Color #292058

%25.47
%19.88
%54.66

CMYK Percentages of Color #292058

%53
%64
%0
%65

Triadic Colors of #292058

#292058 #582920 #205829

Analogous Colors of #292058

#292058 #452058 #203358

Monochromatic Colors of #292058

#292058

Complementary Color

#292058 #4f5820

#292058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#292058 Color CSS Codes

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

#292058 Text Font Color

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

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


#292058 Background Color

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

This div background color is #292058


#292058 Border Color

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

This div border color is #292058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,32,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 #292058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292058


Comments

No comments written yet.

Please login to write comment.