Color Hex Logo

#41074c Color Hex

#41074C
(65,7,76)
0 Favorites   0 Comments

Color spaces of #41074c

RGB 65776
HSL0.810.830.16
HSV290°91°30°
CMYK 0.140.910.00   0.70
XYZ3.56051.79766.9968
Yxy1.79760.28820.1455
Hunter Lab13.407523.9396-21.5558
CIE-Lab14.387136.3205-27.7166

#41074c color RGB value is (65,7,76).

#41074c hex color red value is 65, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #41074c hue: 0.81 , saturation: 0.83 and the lightness value of 41074c is 0.16.

The process color (four color CMYK) of #41074c color hex is 0.14, 0.91, 0.00, 0.70. Web safe color of #41074c is #330033. Color #41074c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000111 01001100
Octal 101 7 114
Decimal 65 7 76
Hex 41 7 4C

RGB Percentages of Color #41074c

%43.92
%4.73
%51.35

CMYK Percentages of Color #41074c

%14
%91
%0
%70

Triadic Colors of #41074c

#41074c #4c4107 #074c41

Analogous Colors of #41074c

#41074c #4c0735 #1f074c

Monochromatic Colors of #41074c

#41074c

Complementary Color

#41074c #124c07

#41074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41074c Color CSS Codes

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

#41074c Text Font Color

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

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


#41074c Background Color

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

This div background color is #41074c


#41074c Border Color

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

This div border color is #41074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41074c;
  -webkit-box-shadow: 1px 1px 3px 2px #41074c;
  box-shadow:         1px 1px 3px 2px #41074c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41074c


Comments

No comments written yet.

Please login to write comment.