Color Hex Logo

#413757 Color Hex

#413757
(65,55,87)
0 Favorites   0 Comments

Color spaces of #413757

RGB 655587
HSL0.720.230.28
HSV259°37°34°
CMYK 0.250.370.00   0.66
XYZ5.26654.54439.6164
Yxy4.54430.27110.2339
Hunter Lab21.31746.7934-11.8239
CIE-Lab25.394912.1919-17.6959

#413757 color RGB value is (65,55,87).

#413757 hex color red value is 65, green value is 55 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #413757 hue: 0.72 , saturation: 0.23 and the lightness value of 413757 is 0.28.

The process color (four color CMYK) of #413757 color hex is 0.25, 0.37, 0.00, 0.66. Web safe color of #413757 is #333366. Color #413757 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 01010111
Octal 101 67 127
Decimal 65 55 87
Hex 41 37 57

RGB Percentages of Color #413757

%31.40
%26.57
%42.03

CMYK Percentages of Color #413757

%25
%37
%0
%66

Triadic Colors of #413757

#413757 #574137 #375741

Analogous Colors of #413757

#413757 #513757 #373d57

Monochromatic Colors of #413757

#413757

Complementary Color

#413757 #4d5737

#413757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413757 Color CSS Codes

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

#413757 Text Font Color

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

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


#413757 Background Color

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

This div background color is #413757


#413757 Border Color

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

This div border color is #413757


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,55,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413757


Comments

No comments written yet.

Please login to write comment.