Color Hex Logo

#413a58 Color Hex

#413A58
(65,58,88)
0 Favorites   0 Comments

Color spaces of #413a58

RGB 655888
HSL0.710.210.29
HSV254°34°35°
CMYK 0.260.340.00   0.65
XYZ5.45454.85459.8821
Yxy4.85450.27010.2404
Hunter Lab22.03295.6321-11.1694
CIE-Lab26.316210.4628-16.9204

#413a58 color RGB value is (65,58,88).

#413a58 hex color red value is 65, green value is 58 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #413a58 hue: 0.71 , saturation: 0.21 and the lightness value of 413a58 is 0.29.

The process color (four color CMYK) of #413a58 color hex is 0.26, 0.34, 0.00, 0.65. Web safe color of #413a58 is #333366. Color #413a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 01011000
Octal 101 72 130
Decimal 65 58 88
Hex 41 3A 58

RGB Percentages of Color #413a58

%30.81
%27.49
%41.71

CMYK Percentages of Color #413a58

%26
%34
%0
%65

Triadic Colors of #413a58

#413a58 #58413a #3a5841

Analogous Colors of #413a58

#413a58 #503a58 #3a4258

Monochromatic Colors of #413a58

#413a58

Complementary Color

#413a58 #51583a

#413a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413a58 Color CSS Codes

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

#413a58 Text Font Color

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

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


#413a58 Background Color

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

This div background color is #413a58


#413a58 Border Color

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

This div border color is #413a58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,58,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413a58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413a58;
  -webkit-box-shadow: 1px 1px 3px 2px #413a58;
  box-shadow:         1px 1px 3px 2px #413a58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,58,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 #413a58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413a58

#413a58 Color Palettes


Comments

No comments written yet.

Please login to write comment.