Color Hex Logo

#3e3d8d Color Hex

#3E3D8D
(62,61,141)
0 Favorites   0 Comments

Color spaces of #3e3d8d

RGB 6261141
HSL0.670.400.40
HSV241°57°55°
CMYK 0.560.570.00   0.45
XYZ8.46316.284725.9663
Yxy6.28470.20790.1544
Hunter Lab25.069316.3882-43.8629
CIE-Lab30.119724.4800-44.5095

#3e3d8d color RGB value is (62,61,141).

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

The process color (four color CMYK) of #3e3d8d color hex is 0.56, 0.57, 0.00, 0.45. Web safe color of #3e3d8d is #333399. Color #3e3d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111101 10001101
Octal 76 75 215
Decimal 62 61 141
Hex 3E 3D 8D

RGB Percentages of Color #3e3d8d

%23.48
%23.11
%53.41

CMYK Percentages of Color #3e3d8d

%56
%57
%0
%45

Triadic Colors of #3e3d8d

#3e3d8d #8d3e3d #3d8d3e

Analogous Colors of #3e3d8d

#3e3d8d #663d8d #3d648d

Monochromatic Colors of #3e3d8d

#3e3d8d

Complementary Color

#3e3d8d #8c8d3d

#3e3d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3d8d Color CSS Codes

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

#3e3d8d Text Font Color

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

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


#3e3d8d Background Color

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

This div background color is #3e3d8d


#3e3d8d Border Color

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

This div border color is #3e3d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3d8d


Comments

No comments written yet.

Please login to write comment.