Color Hex Logo

#41003a Color Hex

#41003A
(65,0,58)
0 Favorites   0 Comments

Color spaces of #41003a

RGB 65058
HSL0.851.000.13
HSV306°100°25°
CMYK 0.001.000.11   0.75
XYZ2.94371.42934.1237
Yxy1.42930.34650.1682
Hunter Lab11.955323.0293-12.0819
CIE-Lab12.151335.6780-18.6276

#41003a color RGB value is (65,0,58).

#41003a hex color red value is 65, green value is 0 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #41003a hue: 0.85 , saturation: 1.00 and the lightness value of 41003a is 0.13.

The process color (four color CMYK) of #41003a color hex is 0.00, 1.00, 0.11, 0.75. Web safe color of #41003a is #330033. Color #41003a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000000 00111010
Octal 101 0 72
Decimal 65 0 58
Hex 41 0 3A

RGB Percentages of Color #41003a

%52.85
%0.00
%47.15

CMYK Percentages of Color #41003a

%0
%100
%11
%75

Triadic Colors of #41003a

#41003a #3a4100 #003a41

Analogous Colors of #41003a

#41003a #41001a #270041

Monochromatic Colors of #41003a

#41003a

Complementary Color

#41003a #004107

#41003a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41003a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41003a Color CSS Codes

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

#41003a Text Font Color

<p style="color:#41003a">Text here</p>

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


#41003a Background Color

<div style="background-color:#41003a">
Div content here</div>

This div background color is #41003a


#41003a Border Color

<div style="border:3px solid #41003a">
Div here</div>

This div border color is #41003a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,0,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41003a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41003a;
  -webkit-box-shadow: 1px 1px 3px 2px #41003a;
  box-shadow:         1px 1px 3px 2px #41003a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41003a


Comments

No comments written yet.

Please login to write comment.