Color Hex Logo

#41968d Color Hex

#41968D
(65,150,141)
0 Favorites   0 Comments

Color spaces of #41968d

RGB 65150141
HSL0.480.400.42
HSV174°57°59°
CMYK 0.570.000.06   0.41
XYZ17.894024.859629.0546
Yxy24.85960.24920.3462
Hunter Lab49.8594-23.19220.3515
CIE-Lab56.9384-27.8224-3.0044

#41968d color RGB value is (65,150,141).

#41968d hex color red value is 65, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #41968d hue: 0.48 , saturation: 0.40 and the lightness value of 41968d is 0.42.

The process color (four color CMYK) of #41968d color hex is 0.57, 0.00, 0.06, 0.41. Web safe color of #41968d is #339999. Color #41968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010110 10001101
Octal 101 226 215
Decimal 65 150 141
Hex 41 96 8D

RGB Percentages of Color #41968d

%18.26
%42.13
%39.61

CMYK Percentages of Color #41968d

%57
%0
%6
%41

Triadic Colors of #41968d

#41968d #8d4196 #968d41

Analogous Colors of #41968d

#41968d #417596 #419663

Monochromatic Colors of #41968d

#41968d

Complementary Color

#41968d #96414a

#41968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41968d Color CSS Codes

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

#41968d Text Font Color

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

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


#41968d Background Color

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

This div background color is #41968d


#41968d Border Color

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

This div border color is #41968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41968d


Comments

No comments written yet.

Please login to write comment.