Color Hex Logo

#413689 Color Hex

#413689
(65,54,137)
0 Favorites   0 Comments

Color spaces of #413689

RGB 6554137
HSL0.690.430.37
HSV248°61°54°
CMYK 0.530.610.00   0.46
XYZ8.01455.568324.3193
Yxy5.56830.21150.1469
Hunter Lab23.597219.3300-44.5861
CIE-Lab28.296128.3234-44.9738

#413689 color RGB value is (65,54,137).

#413689 hex color red value is 65, green value is 54 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #413689 hue: 0.69 , saturation: 0.43 and the lightness value of 413689 is 0.37.

The process color (four color CMYK) of #413689 color hex is 0.53, 0.61, 0.00, 0.46. Web safe color of #413689 is #333399. Color #413689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110110 10001001
Octal 101 66 211
Decimal 65 54 137
Hex 41 36 89

RGB Percentages of Color #413689

%25.39
%21.09
%53.52

CMYK Percentages of Color #413689

%53
%61
%0
%46

Triadic Colors of #413689

#413689 #894136 #368941

Analogous Colors of #413689

#413689 #6b3689 #365489

Monochromatic Colors of #413689

#413689

Complementary Color

#413689 #7e8936

#413689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413689 Color CSS Codes

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

#413689 Text Font Color

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

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


#413689 Background Color

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

This div background color is #413689


#413689 Border Color

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

This div border color is #413689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413689


Comments

No comments written yet.

Please login to write comment.