Color Hex Logo

#3e489d Color Hex

#3E489D
(62,72,157)
0 Favorites   0 Comments

Color spaces of #3e489d

RGB 6272157
HSL0.650.430.43
HSV234°61°62°
CMYK 0.610.540.00   0.38
XYZ10.38988.093232.9128
Yxy8.09320.20220.1575
Hunter Lab28.448615.4057-48.6800
CIE-Lab34.176222.7938-47.7137

#3e489d color RGB value is (62,72,157).

#3e489d hex color red value is 62, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #3e489d hue: 0.65 , saturation: 0.43 and the lightness value of 3e489d is 0.43.

The process color (four color CMYK) of #3e489d color hex is 0.61, 0.54, 0.00, 0.38. Web safe color of #3e489d is #333399. Color #3e489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001000 10011101
Octal 76 110 235
Decimal 62 72 157
Hex 3E 48 9D

RGB Percentages of Color #3e489d

%21.31
%24.74
%53.95

CMYK Percentages of Color #3e489d

%61
%54
%0
%38

Triadic Colors of #3e489d

#3e489d #9d3e48 #489d3e

Analogous Colors of #3e489d

#3e489d #643e9d #3e789d

Monochromatic Colors of #3e489d

#3e489d

Complementary Color

#3e489d #9d933e

#3e489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e489d Color CSS Codes

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

#3e489d Text Font Color

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

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


#3e489d Background Color

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

This div background color is #3e489d


#3e489d Border Color

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

This div border color is #3e489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e489d


Comments

No comments written yet.

Please login to write comment.