Color Hex Logo

#41186c Color Hex

#41186C
(65,24,108)
0 Favorites   0 Comments

Color spaces of #41186c

RGB 6524108
HSL0.750.640.26
HSV269°78°42°
CMYK 0.400.780.00   0.58
XYZ5.21342.859814.4646
Yxy2.85980.23130.1269
Hunter Lab16.910925.4348-38.8754
CIE-Lab19.473437.0728-40.8887

#41186c color RGB value is (65,24,108).

#41186c hex color red value is 65, green value is 24 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #41186c hue: 0.75 , saturation: 0.64 and the lightness value of 41186c is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01101100
Octal 101 30 154
Decimal 65 24 108
Hex 41 18 6C

RGB Percentages of Color #41186c

%32.99
%12.18
%54.82

CMYK Percentages of Color #41186c

%40
%78
%0
%58

Triadic Colors of #41186c

#41186c #6c4118 #186c41

Analogous Colors of #41186c

#41186c #6b186c #18196c

Monochromatic Colors of #41186c

#41186c

Complementary Color

#41186c #436c18

#41186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41186c Color CSS Codes

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

#41186c Text Font Color

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

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


#41186c Background Color

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

This div background color is #41186c


#41186c Border Color

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

This div border color is #41186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41186c


Comments

No comments written yet.

Please login to write comment.