Color Hex Logo

#41203b Color Hex

#41203B
(65,32,59)
0 Favorites   0 Comments

Color spaces of #41203b

RGB 653259
HSL0.860.340.19
HSV311°51°25°
CMYK 0.000.510.09   0.75
XYZ3.48592.47264.4312
Yxy2.47260.33550.2380
Hunter Lab15.724512.0530-5.7009
CIE-Lab17.794220.4578-10.5281

#41203b color RGB value is (65,32,59).

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

The process color (four color CMYK) of #41203b color hex is 0.00, 0.51, 0.09, 0.75. Web safe color of #41203b is #333333. Color #41203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 00111011
Octal 101 40 73
Decimal 65 32 59
Hex 41 20 3B

RGB Percentages of Color #41203b

%41.67
%20.51
%37.82

CMYK Percentages of Color #41203b

%0
%51
%9
%75

Triadic Colors of #41203b

#41203b #3b4120 #203b41

Analogous Colors of #41203b

#41203b #41202b #372041

Monochromatic Colors of #41203b

#41203b

Complementary Color

#41203b #204126

#41203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41203b Color CSS Codes

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

#41203b Text Font Color

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

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


#41203b Background Color

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

This div background color is #41203b


#41203b Border Color

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

This div border color is #41203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41203b


Comments

No comments written yet.

Please login to write comment.