Color Hex Logo

#41005d Color Hex

#41005D
(65,0,93)
0 Favorites   0 Comments

Color spaces of #41005d

RGB 65093
HSL0.781.000.18
HSV282°100°36°
CMYK 0.301.000.00   0.64
XYZ4.15581.914110.5064
Yxy1.91410.25070.1155
Hunter Lab13.835129.4066-35.3404
CIE-Lab15.029842.3978-38.2338

#41005d color RGB value is (65,0,93).

#41005d hex color red value is 65, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #41005d hue: 0.78 , saturation: 1.00 and the lightness value of 41005d is 0.18.

The process color (four color CMYK) of #41005d color hex is 0.30, 1.00, 0.00, 0.64. Web safe color of #41005d is #330066. Color #41005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000000 01011101
Octal 101 0 135
Decimal 65 0 93
Hex 41 0 5D

RGB Percentages of Color #41005d

%41.14
%0.00
%58.86

CMYK Percentages of Color #41005d

%30
%100
%0
%64

Triadic Colors of #41005d

#41005d #5d4100 #005d41

Analogous Colors of #41005d

#41005d #5d004a #13005d

Monochromatic Colors of #41005d

#41005d

Complementary Color

#41005d #1c5d00

#41005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41005d Color CSS Codes

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

#41005d Text Font Color

<p style="color:#41005d">Text here</p>

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


#41005d Background Color

<div style="background-color:#41005d">
Div content here</div>

This div background color is #41005d


#41005d Border Color

<div style="border:3px solid #41005d">
Div here</div>

This div border color is #41005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41005d


Comments

No comments written yet.

Please login to write comment.