Color Hex Logo

#41184d Color Hex

#41184D
(65,24,77)
0 Favorites   0 Comments

Color spaces of #41184d

RGB 652477
HSL0.800.520.20
HSV286°69°30°
CMYK 0.160.690.00   0.70
XYZ3.84622.31297.2649
Yxy2.31290.28650.1723
Hunter Lab15.208218.5287-17.6768
CIE-Lab17.050429.2008-24.1350

#41184d color RGB value is (65,24,77).

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

The process color (four color CMYK) of #41184d color hex is 0.16, 0.69, 0.00, 0.70. Web safe color of #41184d is #330066. Color #41184d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01001101
Octal 101 30 115
Decimal 65 24 77
Hex 41 18 4D

RGB Percentages of Color #41184d

%39.16
%14.46
%46.39

CMYK Percentages of Color #41184d

%16
%69
%0
%70

Triadic Colors of #41184d

#41184d #4d4118 #184d41

Analogous Colors of #41184d

#41184d #4d183f #27184d

Monochromatic Colors of #41184d

#41184d

Complementary Color

#41184d #244d18

#41184d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41184d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41184d Color CSS Codes

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

#41184d Text Font Color

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

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


#41184d Background Color

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

This div background color is #41184d


#41184d Border Color

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

This div border color is #41184d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41184d


Comments

No comments written yet.

Please login to write comment.