Color Hex Logo

#41194d Color Hex

#41194D
(65,25,77)
0 Favorites   0 Comments

Color spaces of #41194d

RGB 652577
HSL0.790.510.20
HSV286°68°30°
CMYK 0.160.680.00   0.70
XYZ3.86722.35497.2719
Yxy2.35490.28660.1745
Hunter Lab15.345718.1281-17.3539
CIE-Lab17.249328.6555-23.8182

#41194d color RGB value is (65,25,77).

#41194d hex color red value is 65, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #41194d hue: 0.79 , saturation: 0.51 and the lightness value of 41194d is 0.20.

The process color (four color CMYK) of #41194d color hex is 0.16, 0.68, 0.00, 0.70. Web safe color of #41194d is #330066. Color #41194d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 01001101
Octal 101 31 115
Decimal 65 25 77
Hex 41 19 4D

RGB Percentages of Color #41194d

%38.92
%14.97
%46.11

CMYK Percentages of Color #41194d

%16
%68
%0
%70

Triadic Colors of #41194d

#41194d #4d4119 #194d41

Analogous Colors of #41194d

#41194d #4d193f #27194d

Monochromatic Colors of #41194d

#41194d

Complementary Color

#41194d #254d19

#41194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41194d Color CSS Codes

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

#41194d Text Font Color

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

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


#41194d Background Color

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

This div background color is #41194d


#41194d Border Color

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

This div border color is #41194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41194d


Comments

No comments written yet.

Please login to write comment.