Color Hex Logo

#41264f Color Hex

#41264F
(65,38,79)
1 Favorites   0 Comments

Color spaces of #41264f

RGB 653879
HSL0.780.350.23
HSV280°52°31°
CMYK 0.180.520.00   0.69
XYZ4.28443.07467.7648
Yxy3.07460.28330.2033
Hunter Lab17.534512.9294-13.9811
CIE-Lab20.340221.3067-20.2824

#41264f color RGB value is (65,38,79).

#41264f hex color red value is 65, green value is 38 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41264f hue: 0.78 , saturation: 0.35 and the lightness value of 41264f is 0.23.

The process color (four color CMYK) of #41264f color hex is 0.18, 0.52, 0.00, 0.69. Web safe color of #41264f is #333366. Color #41264f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01001111
Octal 101 46 117
Decimal 65 38 79
Hex 41 26 4F

RGB Percentages of Color #41264f

%35.71
%20.88
%43.41

CMYK Percentages of Color #41264f

%18
%52
%0
%69

Triadic Colors of #41264f

#41264f #4f4126 #264f41

Analogous Colors of #41264f

#41264f #4f2649 #2c264f

Monochromatic Colors of #41264f

#41264f

Complementary Color

#41264f #344f26

#41264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41264f Color CSS Codes

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

#41264f Text Font Color

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

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


#41264f Background Color

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

This div background color is #41264f


#41264f Border Color

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

This div border color is #41264f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41264f


Comments

No comments written yet.

Please login to write comment.