Color Hex Logo

#413886 Color Hex

#413886
(65,56,134)
0 Favorites   0 Comments

Color spaces of #413886

RGB 6556134
HSL0.690.410.37
HSV247°58°53°
CMYK 0.510.580.00   0.47
XYZ7.89725.673423.2331
Yxy5.67340.21460.1542
Hunter Lab23.818917.4989-41.1586
CIE-Lab28.573126.0547-42.6621

#413886 color RGB value is (65,56,134).

#413886 hex color red value is 65, green value is 56 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #413886 hue: 0.69 , saturation: 0.41 and the lightness value of 413886 is 0.37.

The process color (four color CMYK) of #413886 color hex is 0.51, 0.58, 0.00, 0.47. Web safe color of #413886 is #333399. Color #413886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111000 10000110
Octal 101 70 206
Decimal 65 56 134
Hex 41 38 86

RGB Percentages of Color #413886

%25.49
%21.96
%52.55

CMYK Percentages of Color #413886

%51
%58
%0
%47

Triadic Colors of #413886

#413886 #864138 #388641

Analogous Colors of #413886

#413886 #683886 #385686

Monochromatic Colors of #413886

#413886

Complementary Color

#413886 #7d8638

#413886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413886 Color CSS Codes

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

#413886 Text Font Color

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

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


#413886 Background Color

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

This div background color is #413886


#413886 Border Color

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

This div border color is #413886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413886


Comments

No comments written yet.

Please login to write comment.