Color Hex Logo

#41193c Color Hex

#41193C
(65,25,60)
0 Favorites   0 Comments

Color spaces of #41193c

RGB 652560
HSL0.850.440.18
HSV308°62°25°
CMYK 0.000.620.08   0.75
XYZ3.34322.14534.5128
Yxy2.14530.33430.2145
Hunter Lab14.646815.1114-8.0149
CIE-Lab16.232024.8931-13.6413

#41193c color RGB value is (65,25,60).

#41193c hex color red value is 65, green value is 25 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #41193c hue: 0.85 , saturation: 0.44 and the lightness value of 41193c is 0.18.

The process color (four color CMYK) of #41193c color hex is 0.00, 0.62, 0.08, 0.75. Web safe color of #41193c is #330033. Color #41193c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 00111100
Octal 101 31 74
Decimal 65 25 60
Hex 41 19 3C

RGB Percentages of Color #41193c

%43.33
%16.67
%40.00

CMYK Percentages of Color #41193c

%0
%62
%8
%75

Triadic Colors of #41193c

#41193c #3c4119 #193c41

Analogous Colors of #41193c

#41193c #411928 #321941

Monochromatic Colors of #41193c

#41193c

Complementary Color

#41193c #19411e

#41193c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41193c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41193c Color CSS Codes

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

#41193c Text Font Color

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

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


#41193c Background Color

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

This div background color is #41193c


#41193c Border Color

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

This div border color is #41193c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41193c


Comments

No comments written yet.

Please login to write comment.