Color Hex Logo

#414358 Color Hex

#414358
(65,67,88)
0 Favorites   0 Comments

Color spaces of #414358

RGB 656788
HSL0.650.150.30
HSV235°26°35°
CMYK 0.260.240.00   0.65
XYZ5.94865.842710.0467
Yxy5.84270.27240.2675
Hunter Lab24.17171.6280-7.7231
CIE-Lab29.01214.4983-12.7685

#414358 color RGB value is (65,67,88).

#414358 hex color red value is 65, green value is 67 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #414358 hue: 0.65 , saturation: 0.15 and the lightness value of 414358 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000011 01011000
Octal 101 103 130
Decimal 65 67 88
Hex 41 43 58

RGB Percentages of Color #414358

%29.55
%30.45
%40.00

CMYK Percentages of Color #414358

%26
%24
%0
%65

Triadic Colors of #414358

#414358 #584143 #435841

Analogous Colors of #414358

#414358 #4b4158 #414f58

Monochromatic Colors of #414358

#414358

Complementary Color

#414358 #585641

#414358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414358 Color CSS Codes

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

#414358 Text Font Color

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

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


#414358 Background Color

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

This div background color is #414358


#414358 Border Color

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

This div border color is #414358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414358

#414358 Color Palettes


Comments

No comments written yet.

Please login to write comment.