Color Hex Logo

#3e4862 Color Hex

#3E4862
(62,72,98)
0 Favorites   0 Comments

Color spaces of #3e4862

RGB 627298
HSL0.620.230.31
HSV223°37°38°
CMYK 0.370.270.00   0.62
XYZ6.50866.540712.4747
Yxy6.54070.25500.2563
Hunter Lab25.57480.6711-11.0177
CIE-Lab30.73763.1045-16.5554

#3e4862 color RGB value is (62,72,98).

#3e4862 hex color red value is 62, green value is 72 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #3e4862 hue: 0.62 , saturation: 0.23 and the lightness value of 3e4862 is 0.31.

The process color (four color CMYK) of #3e4862 color hex is 0.37, 0.27, 0.00, 0.62. Web safe color of #3e4862 is #333366. Color #3e4862 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001000 01100010
Octal 76 110 142
Decimal 62 72 98
Hex 3E 48 62

RGB Percentages of Color #3e4862

%26.72
%31.03
%42.24

CMYK Percentages of Color #3e4862

%37
%27
%0
%62

Triadic Colors of #3e4862

#3e4862 #623e48 #48623e

Analogous Colors of #3e4862

#3e4862 #463e62 #3e5a62

Monochromatic Colors of #3e4862

#3e4862

Complementary Color

#3e4862 #62583e

#3e4862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e4862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e4862 Color CSS Codes

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

#3e4862 Text Font Color

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

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


#3e4862 Background Color

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

This div background color is #3e4862


#3e4862 Border Color

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

This div border color is #3e4862


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,72,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e4862; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e4862;
  -webkit-box-shadow: 1px 1px 3px 2px #3e4862;
  box-shadow:         1px 1px 3px 2px #3e4862; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,72,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e4862


Comments

No comments written yet.

Please login to write comment.