Color Hex Logo

#41184f Color Hex

#41184F
(65,24,79)
0 Favorites   0 Comments

Color spaces of #41184f

RGB 652479
HSL0.790.530.20
HSV285°70°31°
CMYK 0.180.700.00   0.69
XYZ3.91792.34167.6426
Yxy2.34160.28180.1684
Hunter Lab15.302318.9230-18.9003
CIE-Lab17.186629.6741-25.2824

#41184f color RGB value is (65,24,79).

#41184f hex color red value is 65, green value is 24 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41184f hue: 0.79 , saturation: 0.53 and the lightness value of 41184f is 0.20.

The process color (four color CMYK) of #41184f color hex is 0.18, 0.70, 0.00, 0.69. Web safe color of #41184f is #330066. Color #41184f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01001111
Octal 101 30 117
Decimal 65 24 79
Hex 41 18 4F

RGB Percentages of Color #41184f

%38.69
%14.29
%47.02

CMYK Percentages of Color #41184f

%18
%70
%0
%69

Triadic Colors of #41184f

#41184f #4f4118 #184f41

Analogous Colors of #41184f

#41184f #4f1842 #26184f

Monochromatic Colors of #41184f

#41184f

Complementary Color

#41184f #264f18

#41184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41184f Color CSS Codes

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

#41184f Text Font Color

<p style="color:#41184f">Text here</p>

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


#41184f Background Color

<div style="background-color:#41184f">
Div content here</div>

This div background color is #41184f


#41184f Border Color

<div style="border:3px solid #41184f">
Div here</div>

This div border color is #41184f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,24,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41184f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41184f;
  -webkit-box-shadow: 1px 1px 3px 2px #41184f;
  box-shadow:         1px 1px 3px 2px #41184f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41184f


Comments

No comments written yet.

Please login to write comment.