Color Hex Logo

#41213c Color Hex

#41213C
(65,33,60)
0 Favorites   0 Comments

Color spaces of #41213c

RGB 653360
HSL0.860.330.19
HSV309°49°25°
CMYK 0.000.490.08   0.75
XYZ3.53942.53784.5783
Yxy2.53780.33220.2382
Hunter Lab15.930511.7804-5.8882
CIE-Lab18.088720.0341-10.7733

#41213c color RGB value is (65,33,60).

#41213c hex color red value is 65, green value is 33 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #41213c hue: 0.86 , saturation: 0.33 and the lightness value of 41213c is 0.19.

The process color (four color CMYK) of #41213c color hex is 0.00, 0.49, 0.08, 0.75. Web safe color of #41213c is #333333. Color #41213c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100001 00111100
Octal 101 41 74
Decimal 65 33 60
Hex 41 21 3C

RGB Percentages of Color #41213c

%41.14
%20.89
%37.97

CMYK Percentages of Color #41213c

%0
%49
%8
%75

Triadic Colors of #41213c

#41213c #3c4121 #213c41

Analogous Colors of #41213c

#41213c #41212c #362141

Monochromatic Colors of #41213c

#41213c

Complementary Color

#41213c #214126

#41213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41213c Color CSS Codes

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

#41213c Text Font Color

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

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


#41213c Background Color

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

This div background color is #41213c


#41213c Border Color

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

This div border color is #41213c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41213c


Comments

No comments written yet.

Please login to write comment.