Color Hex Logo

#3e3a6d Color Hex

#3E3A6D
(62,58,109)
0 Favorites   0 Comments

Color spaces of #3e3a6d

RGB 6258109
HSL0.680.310.33
HSV245°47°43°
CMYK 0.430.470.00   0.57
XYZ6.26005.154415.1330
Yxy5.15440.23580.1942
Hunter Lab22.70339.4872-23.6277
CIE-Lab27.170215.8428-29.1667

#3e3a6d color RGB value is (62,58,109).

#3e3a6d hex color red value is 62, green value is 58 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3e3a6d hue: 0.68 , saturation: 0.31 and the lightness value of 3e3a6d is 0.33.

The process color (four color CMYK) of #3e3a6d color hex is 0.43, 0.47, 0.00, 0.57. Web safe color of #3e3a6d is #333366. Color #3e3a6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111010 01101101
Octal 76 72 155
Decimal 62 58 109
Hex 3E 3A 6D

RGB Percentages of Color #3e3a6d

%27.07
%25.33
%47.60

CMYK Percentages of Color #3e3a6d

%43
%47
%0
%57

Triadic Colors of #3e3a6d

#3e3a6d #6d3e3a #3a6d3e

Analogous Colors of #3e3a6d

#3e3a6d #583a6d #3a4f6d

Monochromatic Colors of #3e3a6d

#3e3a6d

Complementary Color

#3e3a6d #696d3a

#3e3a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3a6d Color CSS Codes

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

#3e3a6d Text Font Color

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

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


#3e3a6d Background Color

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

This div background color is #3e3a6d


#3e3a6d Border Color

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

This div border color is #3e3a6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3a6d


Comments

No comments written yet.

Please login to write comment.