Color Hex Logo

#411374 Color Hex

#411374
(65,19,116)
0 Favorites   0 Comments

Color spaces of #411374

RGB 6519116
HSL0.750.720.26
HSV268°84°45°
CMYK 0.440.840.00   0.55
XYZ5.56522.850516.7799
Yxy2.85050.22090.1131
Hunter Lab16.883429.2921-47.1081
CIE-Lab19.434941.4192-46.1328

#411374 color RGB value is (65,19,116).

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

The process color (four color CMYK) of #411374 color hex is 0.44, 0.84, 0.00, 0.55. Web safe color of #411374 is #330066. Color #411374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 01110100
Octal 101 23 164
Decimal 65 19 116
Hex 41 13 74

RGB Percentages of Color #411374

%32.50
%9.50
%58.00

CMYK Percentages of Color #411374

%44
%84
%0
%55

Triadic Colors of #411374

#411374 #744113 #137441

Analogous Colors of #411374

#411374 #721374 #131674

Monochromatic Colors of #411374

#411374

Complementary Color

#411374 #467413

#411374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411374 Color CSS Codes

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

#411374 Text Font Color

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

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


#411374 Background Color

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

This div background color is #411374


#411374 Border Color

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

This div border color is #411374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411374


Comments

No comments written yet.

Please login to write comment.