Color Hex Logo

#41305d Color Hex

#41305D
(65,48,93)
0 Favorites   0 Comments

Color spaces of #41305d

RGB 654893
HSL0.730.320.28
HSV263°48°36°
CMYK 0.300.480.00   0.64
XYZ5.21274.028010.8587
Yxy4.02800.25930.2004
Hunter Lab20.069911.2391-18.0296
CIE-Lab23.763818.5713-24.1893

#41305d color RGB value is (65,48,93).

#41305d hex color red value is 65, green value is 48 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #41305d hue: 0.73 , saturation: 0.32 and the lightness value of 41305d is 0.28.

The process color (four color CMYK) of #41305d color hex is 0.30, 0.48, 0.00, 0.64. Web safe color of #41305d is #333366. Color #41305d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 01011101
Octal 101 60 135
Decimal 65 48 93
Hex 41 30 5D

RGB Percentages of Color #41305d

%31.55
%23.30
%45.15

CMYK Percentages of Color #41305d

%30
%48
%0
%64

Triadic Colors of #41305d

#41305d #5d4130 #305d41

Analogous Colors of #41305d

#41305d #58305d #30365d

Monochromatic Colors of #41305d

#41305d

Complementary Color

#41305d #4c5d30

#41305d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41305d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41305d Color CSS Codes

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

#41305d Text Font Color

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

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


#41305d Background Color

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

This div background color is #41305d


#41305d Border Color

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

This div border color is #41305d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41305d


Comments

No comments written yet.

Please login to write comment.