Color Hex Logo

#412853 Color Hex

#412853
(65,40,83)
0 Favorites   0 Comments

Color spaces of #412853

RGB 654083
HSL0.760.350.24
HSV275°52°33°
CMYK 0.220.520.00   0.67
XYZ4.50013.26598.5768
Yxy3.26590.27540.1998
Hunter Lab18.071812.8230-15.4885
CIE-Lab21.078821.0607-21.8048

#412853 color RGB value is (65,40,83).

#412853 hex color red value is 65, green value is 40 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #412853 hue: 0.76 , saturation: 0.35 and the lightness value of 412853 is 0.24.

The process color (four color CMYK) of #412853 color hex is 0.22, 0.52, 0.00, 0.67. Web safe color of #412853 is #333366. Color #412853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101000 01010011
Octal 101 50 123
Decimal 65 40 83
Hex 41 28 53

RGB Percentages of Color #412853

%34.57
%21.28
%44.15

CMYK Percentages of Color #412853

%22
%52
%0
%67

Triadic Colors of #412853

#412853 #534128 #285341

Analogous Colors of #412853

#412853 #532850 #2b2853

Monochromatic Colors of #412853

#412853

Complementary Color

#412853 #3a5328

#412853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412853 Color CSS Codes

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

#412853 Text Font Color

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

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


#412853 Background Color

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

This div background color is #412853


#412853 Border Color

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

This div border color is #412853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412853


Comments

No comments written yet.

Please login to write comment.