Color Hex Logo

#412958 Color Hex

#412958
(65,41,88)
0 Favorites   0 Comments

Color spaces of #412958

RGB 654188
HSL0.750.360.25
HSV271°53°35°
CMYK 0.260.530.00   0.65
XYZ4.73443.41439.6420
Yxy3.41430.26610.1919
Hunter Lab18.477813.3992-18.0039
CIE-Lab21.632121.7620-24.2625

#412958 color RGB value is (65,41,88).

#412958 hex color red value is 65, green value is 41 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #412958 hue: 0.75 , saturation: 0.36 and the lightness value of 412958 is 0.25.

The process color (four color CMYK) of #412958 color hex is 0.26, 0.53, 0.00, 0.65. Web safe color of #412958 is #333366. Color #412958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 01011000
Octal 101 51 130
Decimal 65 41 88
Hex 41 29 58

RGB Percentages of Color #412958

%33.51
%21.13
%45.36

CMYK Percentages of Color #412958

%26
%53
%0
%65

Triadic Colors of #412958

#412958 #584129 #295841

Analogous Colors of #412958

#412958 #582958 #2a2958

Monochromatic Colors of #412958

#412958

Complementary Color

#412958 #405829

#412958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412958 Color CSS Codes

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

#412958 Text Font Color

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

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


#412958 Background Color

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

This div background color is #412958


#412958 Border Color

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

This div border color is #412958


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,41,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #412958; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #412958;
  -webkit-box-shadow: 1px 1px 3px 2px #412958;
  box-shadow:         1px 1px 3px 2px #412958; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412958


Comments

No comments written yet.

Please login to write comment.