Color Hex Logo

#3d417f Color Hex

#3D417F
(61,65,127)
0 Favorites   0 Comments

Color spaces of #3d417f

RGB 6165127
HSL0.660.350.37
HSV236°52°50°
CMYK 0.520.490.00   0.50
XYZ7.64556.305020.8927
Yxy6.30500.21940.1810
Hunter Lab25.109810.4082-31.7557
CIE-Lab30.169316.8315-35.7542

#3d417f color RGB value is (61,65,127).

#3d417f hex color red value is 61, green value is 65 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #3d417f hue: 0.66 , saturation: 0.35 and the lightness value of 3d417f is 0.37.

The process color (four color CMYK) of #3d417f color hex is 0.52, 0.49, 0.00, 0.50. Web safe color of #3d417f is #333366. Color #3d417f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01000001 01111111
Octal 75 101 177
Decimal 61 65 127
Hex 3D 41 7F

RGB Percentages of Color #3d417f

%24.11
%25.69
%50.20

CMYK Percentages of Color #3d417f

%52
%49
%0
%50

Triadic Colors of #3d417f

#3d417f #7f3d41 #417f3d

Analogous Colors of #3d417f

#3d417f #5a3d7f #3d627f

Monochromatic Colors of #3d417f

#3d417f

Complementary Color

#3d417f #7f7b3d

#3d417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d417f Color CSS Codes

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

#3d417f Text Font Color

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

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


#3d417f Background Color

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

This div background color is #3d417f


#3d417f Border Color

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

This div border color is #3d417f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d417f


Comments

No comments written yet.

Please login to write comment.