Color Hex Logo

#41196f Color Hex

#41196F
(65,25,111)
0 Favorites   0 Comments

Color spaces of #41196f

RGB 6525111
HSL0.740.630.27
HSV268°77°44°
CMYK 0.410.770.00   0.56
XYZ5.39682.966815.3271
Yxy2.96680.22780.1252
Hunter Lab17.224425.7854-40.7020
CIE-Lab19.910437.3912-42.1246

#41196f color RGB value is (65,25,111).

#41196f hex color red value is 65, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #41196f hue: 0.74 , saturation: 0.63 and the lightness value of 41196f is 0.27.

The process color (four color CMYK) of #41196f color hex is 0.41, 0.77, 0.00, 0.56. Web safe color of #41196f is #330066. Color #41196f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 01101111
Octal 101 31 157
Decimal 65 25 111
Hex 41 19 6F

RGB Percentages of Color #41196f

%32.34
%12.44
%55.22

CMYK Percentages of Color #41196f

%41
%77
%0
%56

Triadic Colors of #41196f

#41196f #6f4119 #196f41

Analogous Colors of #41196f

#41196f #6c196f #191c6f

Monochromatic Colors of #41196f

#41196f

Complementary Color

#41196f #476f19

#41196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41196f Color CSS Codes

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

#41196f Text Font Color

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

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


#41196f Background Color

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

This div background color is #41196f


#41196f Border Color

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

This div border color is #41196f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,25,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41196f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41196f;
  -webkit-box-shadow: 1px 1px 3px 2px #41196f;
  box-shadow:         1px 1px 3px 2px #41196f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41196f


Comments

No comments written yet.

Please login to write comment.