Color Hex Logo

#411373 Color Hex

#411373
(65,19,115)
0 Favorites   0 Comments

Color spaces of #411373

RGB 6519115
HSL0.750.720.26
HSV269°83°45°
CMYK 0.430.830.00   0.55
XYZ5.50742.827416.4751
Yxy2.82740.22200.1140
Hunter Lab16.814929.0383-46.3215
CIE-Lab19.339041.1584-45.6451

#411373 color RGB value is (65,19,115).

#411373 hex color red value is 65, green value is 19 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #411373 hue: 0.75 , saturation: 0.72 and the lightness value of 411373 is 0.26.

The process color (four color CMYK) of #411373 color hex is 0.43, 0.83, 0.00, 0.55. Web safe color of #411373 is #330066. Color #411373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 01110011
Octal 101 23 163
Decimal 65 19 115
Hex 41 13 73

RGB Percentages of Color #411373

%32.66
%9.55
%57.79

CMYK Percentages of Color #411373

%43
%83
%0
%55

Triadic Colors of #411373

#411373 #734113 #137341

Analogous Colors of #411373

#411373 #711373 #131573

Monochromatic Colors of #411373

#411373

Complementary Color

#411373 #457313

#411373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411373 Color CSS Codes

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

#411373 Text Font Color

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

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


#411373 Background Color

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

This div background color is #411373


#411373 Border Color

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

This div border color is #411373


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,19,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 #411373">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411373


Comments

No comments written yet.

Please login to write comment.