Color Hex Logo

#41033c Color Hex

#41033C
(65,3,60)
0 Favorites   0 Comments

Color spaces of #41033c

RGB 65360
HSL0.850.910.13
HSV305°95°25°
CMYK 0.000.950.08   0.75
XYZ3.02811.51524.4078
Yxy1.51520.33830.1693
Hunter Lab12.309322.3697-12.6144
CIE-Lab12.704434.7809-19.1824

#41033c color RGB value is (65,3,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000011 00111100
Octal 101 3 74
Decimal 65 3 60
Hex 41 3 3C

RGB Percentages of Color #41033c

%50.78
%2.34
%46.88

CMYK Percentages of Color #41033c

%0
%95
%8
%75

Triadic Colors of #41033c

#41033c #3c4103 #033c41

Analogous Colors of #41033c

#41033c #41031d #270341

Monochromatic Colors of #41033c

#41033c

Complementary Color

#41033c #034108

#41033c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41033c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41033c Color CSS Codes

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

#41033c Text Font Color

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

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


#41033c Background Color

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

This div background color is #41033c


#41033c Border Color

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

This div border color is #41033c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41033c


Comments

No comments written yet.

Please login to write comment.