Color Hex Logo

#3e698f Color Hex

#3E698F
(62,105,143)
0 Favorites   0 Comments

Color spaces of #3e698f

RGB 62105143
HSL0.580.400.40
HSV208°57°56°
CMYK 0.570.270.00   0.44
XYZ11.996113.110527.8849
Yxy13.11050.22640.2474
Hunter Lab36.2084-4.2265-20.3146
CIE-Lab42.9293-3.1999-25.4064

#3e698f color RGB value is (62,105,143).

#3e698f hex color red value is 62, green value is 105 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #3e698f hue: 0.58 , saturation: 0.40 and the lightness value of 3e698f is 0.40.

The process color (four color CMYK) of #3e698f color hex is 0.57, 0.27, 0.00, 0.44. Web safe color of #3e698f is #336699. Color #3e698f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01101001 10001111
Octal 76 151 217
Decimal 62 105 143
Hex 3E 69 8F

RGB Percentages of Color #3e698f

%20.00
%33.87
%46.13

CMYK Percentages of Color #3e698f

%57
%27
%0
%44

Triadic Colors of #3e698f

#3e698f #8f3e69 #698f3e

Analogous Colors of #3e698f

#3e698f #3e418f #3e8f8d

Monochromatic Colors of #3e698f

#3e698f

Complementary Color

#3e698f #8f643e

#3e698f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e698f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e698f Color CSS Codes

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

#3e698f Text Font Color

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

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


#3e698f Background Color

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

This div background color is #3e698f


#3e698f Border Color

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

This div border color is #3e698f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e698f


Comments

No comments written yet.

Please login to write comment.