Color Hex Logo

#413163 Color Hex

#413163
(65,49,99)
0 Favorites   0 Comments

Color spaces of #413163

RGB 654999
HSL0.720.340.29
HSV259°51°39°
CMYK 0.340.510.00   0.61
XYZ5.53044.221312.3277
Yxy4.22130.25050.1912
Hunter Lab20.545812.0924-21.1926
CIE-Lab24.390019.6558-27.1165

#413163 color RGB value is (65,49,99).

#413163 hex color red value is 65, green value is 49 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #413163 hue: 0.72 , saturation: 0.34 and the lightness value of 413163 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 01100011
Octal 101 61 143
Decimal 65 49 99
Hex 41 31 63

RGB Percentages of Color #413163

%30.52
%23.00
%46.48

CMYK Percentages of Color #413163

%34
%51
%0
%61

Triadic Colors of #413163

#413163 #634131 #316341

Analogous Colors of #413163

#413163 #5a3163 #313a63

Monochromatic Colors of #413163

#413163

Complementary Color

#413163 #536331

#413163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413163 Color CSS Codes

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

#413163 Text Font Color

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

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


#413163 Background Color

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

This div background color is #413163


#413163 Border Color

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

This div border color is #413163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413163


Comments

No comments written yet.

Please login to write comment.