Color Hex Logo

#41988d Color Hex

#41988D
(65,152,141)
0 Favorites   0 Comments

Color spaces of #41988d

RGB 65152141
HSL0.480.400.43
HSV172°57°60°
CMYK 0.570.000.07   0.40
XYZ18.215925.503429.1619
Yxy25.50340.24990.3499
Hunter Lab50.5009-23.99081.1134
CIE-Lab57.5626-28.8051-2.0863

#41988d color RGB value is (65,152,141).

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

The process color (four color CMYK) of #41988d color hex is 0.57, 0.00, 0.07, 0.40. Web safe color of #41988d is #339999. Color #41988d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011000 10001101
Octal 101 230 215
Decimal 65 152 141
Hex 41 98 8D

RGB Percentages of Color #41988d

%18.16
%42.46
%39.39

CMYK Percentages of Color #41988d

%57
%0
%7
%40

Triadic Colors of #41988d

#41988d #8d4198 #988d41

Analogous Colors of #41988d

#41988d #417898 #419862

Monochromatic Colors of #41988d

#41988d

Complementary Color

#41988d #98414c

#41988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41988d Color CSS Codes

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

#41988d Text Font Color

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

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


#41988d Background Color

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

This div background color is #41988d


#41988d Border Color

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

This div border color is #41988d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41988d


Comments

No comments written yet.

Please login to write comment.