Color Hex Logo

#41106c Color Hex

#41106C
(65,16,108)
0 Favorites   0 Comments

Color spaces of #41106c

RGB 6516108
HSL0.760.740.24
HSV272°85°42°
CMYK 0.400.850.00   0.58
XYZ5.07202.577114.4175
Yxy2.57710.22980.1168
Hunter Lab16.053328.3031-42.0110
CIE-Lab18.263840.5535-42.8634

#41106c color RGB value is (65,16,108).

#41106c hex color red value is 65, green value is 16 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #41106c hue: 0.76 , saturation: 0.74 and the lightness value of 41106c is 0.24.

The process color (four color CMYK) of #41106c color hex is 0.40, 0.85, 0.00, 0.58. Web safe color of #41106c is #330066. Color #41106c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 01101100
Octal 101 20 154
Decimal 65 16 108
Hex 41 10 6C

RGB Percentages of Color #41106c

%34.39
%8.47
%57.14

CMYK Percentages of Color #41106c

%40
%85
%0
%58

Triadic Colors of #41106c

#41106c #6c4110 #106c41

Analogous Colors of #41106c

#41106c #6c1069 #13106c

Monochromatic Colors of #41106c

#41106c

Complementary Color

#41106c #3b6c10

#41106c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41106c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41106c Color CSS Codes

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

#41106c Text Font Color

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

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


#41106c Background Color

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

This div background color is #41106c


#41106c Border Color

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

This div border color is #41106c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41106c


Comments

No comments written yet.

Please login to write comment.