Color Hex Logo

#415584 Color Hex

#415584
(65,85,132)
0 Favorites   0 Comments

Color spaces of #415584

RGB 6585132
HSL0.620.340.39
HSV222°51°52°
CMYK 0.510.360.00   0.48
XYZ9.59339.286823.1167
Yxy9.28680.22840.2211
Hunter Lab30.47432.8619-23.6433
CIE-Lab36.53076.3728-28.7421

#415584 color RGB value is (65,85,132).

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

The process color (four color CMYK) of #415584 color hex is 0.51, 0.36, 0.00, 0.48. Web safe color of #415584 is #336699. Color #415584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 10000100
Octal 101 125 204
Decimal 65 85 132
Hex 41 55 84

RGB Percentages of Color #415584

%23.05
%30.14
%46.81

CMYK Percentages of Color #415584

%51
%36
%0
%48

Triadic Colors of #415584

#415584 #844155 #558441

Analogous Colors of #415584

#415584 #4f4184 #417784

Monochromatic Colors of #415584

#415584

Complementary Color

#415584 #847041

#415584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415584 Color CSS Codes

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

#415584 Text Font Color

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

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


#415584 Background Color

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

This div background color is #415584


#415584 Border Color

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

This div border color is #415584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415584


Comments

No comments written yet.

Please login to write comment.