Color Hex Logo

#3e628d Color Hex

#3E628D
(62,98,141)
0 Favorites   0 Comments

Color spaces of #3e628d

RGB 6298141
HSL0.590.390.40
HSV213°56°55°
CMYK 0.560.300.00   0.45
XYZ11.162011.682626.8660
Yxy11.68260.22450.2350
Hunter Lab34.1798-1.5225-22.6772
CIE-Lab40.70720.4251-27.6714

#3e628d color RGB value is (62,98,141).

#3e628d hex color red value is 62, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3e628d hue: 0.59 , saturation: 0.39 and the lightness value of 3e628d is 0.40.

The process color (four color CMYK) of #3e628d color hex is 0.56, 0.30, 0.00, 0.45. Web safe color of #3e628d is #336699. Color #3e628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100010 10001101
Octal 76 142 215
Decimal 62 98 141
Hex 3E 62 8D

RGB Percentages of Color #3e628d

%20.60
%32.56
%46.84

CMYK Percentages of Color #3e628d

%56
%30
%0
%45

Triadic Colors of #3e628d

#3e628d #8d3e62 #628d3e

Analogous Colors of #3e628d

#3e628d #423e8d #3e8a8d

Monochromatic Colors of #3e628d

#3e628d

Complementary Color

#3e628d #8d693e

#3e628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e628d Color CSS Codes

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

#3e628d Text Font Color

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

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


#3e628d Background Color

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

This div background color is #3e628d


#3e628d Border Color

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

This div border color is #3e628d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,98,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 #3e628d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e628d


Comments

No comments written yet.

Please login to write comment.