Color Hex Logo

#41144d Color Hex

#41144D
(65,20,77)
0 Favorites   0 Comments

Color spaces of #41144d

RGB 652077
HSL0.800.590.19
HSV287°74°30°
CMYK 0.160.740.00   0.70
XYZ3.76972.16007.2394
Yxy2.16000.28630.1640
Hunter Lab14.696920.0648-18.9171
CIE-Lab16.305531.2661-25.3244

#41144d color RGB value is (65,20,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 01001101
Octal 101 24 115
Decimal 65 20 77
Hex 41 14 4D

RGB Percentages of Color #41144d

%40.12
%12.35
%47.53

CMYK Percentages of Color #41144d

%16
%74
%0
%70

Triadic Colors of #41144d

#41144d #4d4114 #144d41

Analogous Colors of #41144d

#41144d #4d143d #25144d

Monochromatic Colors of #41144d

#41144d

Complementary Color

#41144d #204d14

#41144d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41144d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41144d Color CSS Codes

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

#41144d Text Font Color

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

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


#41144d Background Color

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

This div background color is #41144d


#41144d Border Color

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

This div border color is #41144d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41144d


Comments

No comments written yet.

Please login to write comment.