Color Hex Logo

#413373 Color Hex

#413373
(65,51,115)
0 Favorites   0 Comments

Color spaces of #413373

RGB 6551115
HSL0.700.390.33
HSV253°56°45°
CMYK 0.430.560.00   0.55
XYZ6.45834.729316.7921
Yxy4.72930.23080.1690
Hunter Lab21.747014.9529-30.5584
CIE-Lab25.949223.2157-34.9273

#413373 color RGB value is (65,51,115).

#413373 hex color red value is 65, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #413373 hue: 0.70 , saturation: 0.39 and the lightness value of 413373 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110011 01110011
Octal 101 63 163
Decimal 65 51 115
Hex 41 33 73

RGB Percentages of Color #413373

%28.14
%22.08
%49.78

CMYK Percentages of Color #413373

%43
%56
%0
%55

Triadic Colors of #413373

#413373 #734133 #337341

Analogous Colors of #413373

#413373 #613373 #334573

Monochromatic Colors of #413373

#413373

Complementary Color

#413373 #657333

#413373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413373 Color CSS Codes

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

#413373 Text Font Color

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

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


#413373 Background Color

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

This div background color is #413373


#413373 Border Color

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

This div border color is #413373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413373


Comments

No comments written yet.

Please login to write comment.