Color Hex Logo

#415590 Color Hex

#415590
(65,85,144)
0 Favorites   0 Comments

Color spaces of #415590

RGB 6585144
HSL0.620.380.41
HSV225°55°56°
CMYK 0.550.410.00   0.44
XYZ10.46259.634427.6938
Yxy9.63440.21890.2016
Hunter Lab31.03935.8486-31.1720
CIE-Lab37.178110.4110-35.0314

#415590 color RGB value is (65,85,144).

#415590 hex color red value is 65, green value is 85 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #415590 hue: 0.62 , saturation: 0.38 and the lightness value of 415590 is 0.41.

The process color (four color CMYK) of #415590 color hex is 0.55, 0.41, 0.00, 0.44. Web safe color of #415590 is #336699. Color #415590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 10010000
Octal 101 125 220
Decimal 65 85 144
Hex 41 55 90

RGB Percentages of Color #415590

%22.11
%28.91
%48.98

CMYK Percentages of Color #415590

%55
%41
%0
%44

Triadic Colors of #415590

#415590 #904155 #559041

Analogous Colors of #415590

#415590 #554190 #417d90

Monochromatic Colors of #415590

#415590

Complementary Color

#415590 #907c41

#415590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415590 Color CSS Codes

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

#415590 Text Font Color

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

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


#415590 Background Color

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

This div background color is #415590


#415590 Border Color

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

This div border color is #415590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415590


Comments

No comments written yet.

Please login to write comment.