Color Hex Logo

#413257 Color Hex

#413257
(65,50,87)
0 Favorites   0 Comments

Color spaces of #413257

RGB 655087
HSL0.730.270.27
HSV264°43°34°
CMYK 0.250.430.00   0.66
XYZ5.04094.09319.5412
Yxy4.09310.26990.2192
Hunter Lab20.23149.0705-13.7994
CIE-Lab23.976915.5426-19.9080

#413257 color RGB value is (65,50,87).

#413257 hex color red value is 65, green value is 50 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #413257 hue: 0.73 , saturation: 0.27 and the lightness value of 413257 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 01010111
Octal 101 62 127
Decimal 65 50 87
Hex 41 32 57

RGB Percentages of Color #413257

%32.18
%24.75
%43.07

CMYK Percentages of Color #413257

%25
%43
%0
%66

Triadic Colors of #413257

#413257 #574132 #325741

Analogous Colors of #413257

#413257 #543257 #323657

Monochromatic Colors of #413257

#413257

Complementary Color

#413257 #485732

#413257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413257 Color CSS Codes

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

#413257 Text Font Color

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

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


#413257 Background Color

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

This div background color is #413257


#413257 Border Color

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

This div border color is #413257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413257


Comments

No comments written yet.

Please login to write comment.