Color Hex Logo

#41143b Color Hex

#41143B
(65,20,59)
0 Favorites   0 Comments

Color spaces of #41143b

RGB 652059
HSL0.860.530.17
HSV308°69°25°
CMYK 0.000.690.09   0.75
XYZ3.21951.93994.3424
Yxy1.93990.33880.2042
Hunter Lab13.928016.8867-8.7355
CIE-Lab15.168627.4306-14.5923

#41143b color RGB value is (65,20,59).

#41143b hex color red value is 65, green value is 20 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #41143b hue: 0.86 , saturation: 0.53 and the lightness value of 41143b is 0.17.

The process color (four color CMYK) of #41143b color hex is 0.00, 0.69, 0.09, 0.75. Web safe color of #41143b is #330033. Color #41143b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 00111011
Octal 101 24 73
Decimal 65 20 59
Hex 41 14 3B

RGB Percentages of Color #41143b

%45.14
%13.89
%40.97

CMYK Percentages of Color #41143b

%0
%69
%9
%75

Triadic Colors of #41143b

#41143b #3b4114 #143b41

Analogous Colors of #41143b

#41143b #411425 #311441

Monochromatic Colors of #41143b

#41143b

Complementary Color

#41143b #14411a

#41143b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41143b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41143b Color CSS Codes

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

#41143b Text Font Color

<p style="color:#41143b">Text here</p>

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


#41143b Background Color

<div style="background-color:#41143b">
Div content here</div>

This div background color is #41143b


#41143b Border Color

<div style="border:3px solid #41143b">
Div here</div>

This div border color is #41143b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41143b


Comments

No comments written yet.

Please login to write comment.