Color Hex Logo

#41254f Color Hex

#41254F
(65,37,79)
0 Favorites   0 Comments

Color spaces of #41254f

RGB 653779
HSL0.780.360.23
HSV280°53°31°
CMYK 0.180.530.00   0.69
XYZ4.25283.01157.7543
Yxy3.01150.28320.2005
Hunter Lab17.353713.3754-14.3455
CIE-Lab20.089921.9471-20.6766

#41254f color RGB value is (65,37,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100101 01001111
Octal 101 45 117
Decimal 65 37 79
Hex 41 25 4F

RGB Percentages of Color #41254f

%35.91
%20.44
%43.65

CMYK Percentages of Color #41254f

%18
%53
%0
%69

Triadic Colors of #41254f

#41254f #4f4125 #254f41

Analogous Colors of #41254f

#41254f #4f2548 #2c254f

Monochromatic Colors of #41254f

#41254f

Complementary Color

#41254f #334f25

#41254f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41254f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41254f Color CSS Codes

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

#41254f Text Font Color

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

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


#41254f Background Color

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

This div background color is #41254f


#41254f Border Color

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

This div border color is #41254f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41254f


Comments

No comments written yet.

Please login to write comment.