Color Hex Logo

#412663 Color Hex

#412663
(65,38,99)
0 Favorites   0 Comments

Color spaces of #412663

RGB 653899
HSL0.740.450.27
HSV267°62°39°
CMYK 0.340.620.00   0.61
XYZ5.12523.410912.1926
Yxy3.41090.24730.1645
Hunter Lab18.468617.2152-26.2140
CIE-Lab21.619626.7445-31.5382

#412663 color RGB value is (65,38,99).

#412663 hex color red value is 65, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #412663 hue: 0.74 , saturation: 0.45 and the lightness value of 412663 is 0.27.

The process color (four color CMYK) of #412663 color hex is 0.34, 0.62, 0.00, 0.61. Web safe color of #412663 is #333366. Color #412663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01100011
Octal 101 46 143
Decimal 65 38 99
Hex 41 26 63

RGB Percentages of Color #412663

%32.18
%18.81
%49.01

CMYK Percentages of Color #412663

%34
%62
%0
%61

Triadic Colors of #412663

#412663 #634126 #266341

Analogous Colors of #412663

#412663 #602663 #262963

Monochromatic Colors of #412663

#412663

Complementary Color

#412663 #486326

#412663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412663 Color CSS Codes

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

#412663 Text Font Color

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

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


#412663 Background Color

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

This div background color is #412663


#412663 Border Color

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

This div border color is #412663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412663


Comments

No comments written yet.

Please login to write comment.