Color Hex Logo

#41184c Color Hex

#41184C
(65,24,76)
0 Favorites   0 Comments

Color spaces of #41184c

RGB 652476
HSL0.800.520.20
HSV287°68°30°
CMYK 0.140.680.00   0.70
XYZ3.81112.29897.0803
Yxy2.29890.28890.1743
Hunter Lab15.162118.3334-17.0733
CIE-Lab16.983628.9650-23.5572

#41184c color RGB value is (65,24,76).

#41184c hex color red value is 65, green value is 24 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #41184c hue: 0.80 , saturation: 0.52 and the lightness value of 41184c is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01001100
Octal 101 30 114
Decimal 65 24 76
Hex 41 18 4C

RGB Percentages of Color #41184c

%39.39
%14.55
%46.06

CMYK Percentages of Color #41184c

%14
%68
%0
%70

Triadic Colors of #41184c

#41184c #4c4118 #184c41

Analogous Colors of #41184c

#41184c #4c183d #27184c

Monochromatic Colors of #41184c

#41184c

Complementary Color

#41184c #234c18

#41184c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41184c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41184c Color CSS Codes

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

#41184c Text Font Color

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

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


#41184c Background Color

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

This div background color is #41184c


#41184c Border Color

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

This div border color is #41184c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41184c


Comments

No comments written yet.

Please login to write comment.