Color Hex Logo

#412363 Color Hex

#412363
(65,35,99)
0 Favorites   0 Comments

Color spaces of #412363

RGB 653599
HSL0.740.480.26
HSV268°65°39°
CMYK 0.340.650.00   0.61
XYZ5.03313.226712.1619
Yxy3.22670.24650.1580
Hunter Lab17.963018.5791-27.5683
CIE-Lab20.929828.5793-32.6465

#412363 color RGB value is (65,35,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100011 01100011
Octal 101 43 143
Decimal 65 35 99
Hex 41 23 63

RGB Percentages of Color #412363

%32.66
%17.59
%49.75

CMYK Percentages of Color #412363

%34
%65
%0
%61

Triadic Colors of #412363

#412363 #634123 #236341

Analogous Colors of #412363

#412363 #612363 #232563

Monochromatic Colors of #412363

#412363

Complementary Color

#412363 #456323

#412363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412363 Color CSS Codes

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

#412363 Text Font Color

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

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


#412363 Background Color

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

This div background color is #412363


#412363 Border Color

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

This div border color is #412363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412363


Comments

No comments written yet.

Please login to write comment.