Color Hex Logo

#412553 Color Hex

#412553
(65,37,83)
0 Favorites   0 Comments

Color spaces of #412553

RGB 653783
HSL0.770.380.24
HSV277°55°33°
CMYK 0.220.550.00   0.67
XYZ4.40293.07158.5444
Yxy3.07150.27490.1917
Hunter Lab17.525714.1738-16.6380
CIE-Lab20.328022.9850-22.9912

#412553 color RGB value is (65,37,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100101 01010011
Octal 101 45 123
Decimal 65 37 83
Hex 41 25 53

RGB Percentages of Color #412553

%35.14
%20.00
%44.86

CMYK Percentages of Color #412553

%22
%55
%0
%67

Triadic Colors of #412553

#412553 #534125 #255341

Analogous Colors of #412553

#412553 #53254e #2a2553

Monochromatic Colors of #412553

#412553

Complementary Color

#412553 #375325

#412553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412553 Color CSS Codes

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

#412553 Text Font Color

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

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


#412553 Background Color

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

This div background color is #412553


#412553 Border Color

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

This div border color is #412553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412553


Comments

No comments written yet.

Please login to write comment.