Color Hex Logo

#413772 Color Hex

#413772
(65,55,114)
0 Favorites   0 Comments

Color spaces of #413772

RGB 6555114
HSL0.690.350.33
HSV250°52°45°
CMYK 0.430.520.00   0.55
XYZ6.58345.071116.5514
Yxy5.07110.23340.1798
Hunter Lab22.519112.7756-27.8144
CIE-Lab26.936420.2696-32.7104

#413772 color RGB value is (65,55,114).

#413772 hex color red value is 65, green value is 55 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #413772 hue: 0.69 , saturation: 0.35 and the lightness value of 413772 is 0.33.

The process color (four color CMYK) of #413772 color hex is 0.43, 0.52, 0.00, 0.55. Web safe color of #413772 is #333366. Color #413772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 01110010
Octal 101 67 162
Decimal 65 55 114
Hex 41 37 72

RGB Percentages of Color #413772

%27.78
%23.50
%48.72

CMYK Percentages of Color #413772

%43
%52
%0
%55

Triadic Colors of #413772

#413772 #724137 #377241

Analogous Colors of #413772

#413772 #5f3772 #374b72

Monochromatic Colors of #413772

#413772

Complementary Color

#413772 #687237

#413772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413772 Color CSS Codes

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

#413772 Text Font Color

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

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


#413772 Background Color

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

This div background color is #413772


#413772 Border Color

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

This div border color is #413772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413772


Comments

No comments written yet.

Please login to write comment.