Color Hex Logo

#3d508d Color Hex

#3D508D
(61,80,141)
0 Favorites   0 Comments

Color spaces of #3d508d

RGB 6180141
HSL0.630.400.40
HSV226°57°55°
CMYK 0.570.430.00   0.45
XYZ9.60088.652526.3634
Yxy8.65250.21520.1939
Hunter Lab29.41516.7841-32.5482
CIE-Lab35.306411.7106-36.1958

#3d508d color RGB value is (61,80,141).

#3d508d hex color red value is 61, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3d508d hue: 0.63 , saturation: 0.40 and the lightness value of 3d508d is 0.40.

The process color (four color CMYK) of #3d508d color hex is 0.57, 0.43, 0.00, 0.45. Web safe color of #3d508d is #336699. Color #3d508d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01010000 10001101
Octal 75 120 215
Decimal 61 80 141
Hex 3D 50 8D

RGB Percentages of Color #3d508d

%21.63
%28.37
%50.00

CMYK Percentages of Color #3d508d

%57
%43
%0
%45

Triadic Colors of #3d508d

#3d508d #8d3d50 #508d3d

Analogous Colors of #3d508d

#3d508d #523d8d #3d788d

Monochromatic Colors of #3d508d

#3d508d

Complementary Color

#3d508d #8d7a3d

#3d508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d508d Color CSS Codes

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

#3d508d Text Font Color

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

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


#3d508d Background Color

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

This div background color is #3d508d


#3d508d Border Color

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

This div border color is #3d508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d508d


Comments

No comments written yet.

Please login to write comment.