Color Hex Logo

#41084c Color Hex

#41084C
(65,8,76)
0 Favorites   0 Comments

Color spaces of #41084c

RGB 65876
HSL0.810.810.16
HSV290°89°30°
CMYK 0.140.890.00   0.70
XYZ3.57131.81937.0004
Yxy1.81930.28820.1468
Hunter Lab13.488123.6578-21.3300
CIE-Lab14.508935.9646-27.5203

#41084c color RGB value is (65,8,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001000 01001100
Octal 101 10 114
Decimal 65 8 76
Hex 41 8 4C

RGB Percentages of Color #41084c

%43.62
%5.37
%51.01

CMYK Percentages of Color #41084c

%14
%89
%0
%70

Triadic Colors of #41084c

#41084c #4c4108 #084c41

Analogous Colors of #41084c

#41084c #4c0835 #1f084c

Monochromatic Colors of #41084c

#41084c

Complementary Color

#41084c #134c08

#41084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41084c Color CSS Codes

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

#41084c Text Font Color

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

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


#41084c Background Color

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

This div background color is #41084c


#41084c Border Color

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

This div border color is #41084c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41084c


Comments

No comments written yet.

Please login to write comment.