Color Hex Logo

#3e439d Color Hex

#3E439D
(62,67,157)
0 Favorites   0 Comments

Color spaces of #3e439d

RGB 6267157
HSL0.660.430.43
HSV237°61°62°
CMYK 0.610.570.00   0.38
XYZ10.07967.472832.8094
Yxy7.47280.20010.1484
Hunter Lab27.336417.9785-52.0249
CIE-Lab32.859926.0644-49.8425

#3e439d color RGB value is (62,67,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 01000011 10011101
Octal 76 103 235
Decimal 62 67 157
Hex 3E 43 9D

RGB Percentages of Color #3e439d

%21.68
%23.43
%54.90

CMYK Percentages of Color #3e439d

%61
%57
%0
%38

Triadic Colors of #3e439d

#3e439d #9d3e43 #439d3e

Analogous Colors of #3e439d

#3e439d #693e9d #3e739d

Monochromatic Colors of #3e439d

#3e439d

Complementary Color

#3e439d #9d983e

#3e439d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e439d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e439d Color CSS Codes

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

#3e439d Text Font Color

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

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


#3e439d Background Color

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

This div background color is #3e439d


#3e439d Border Color

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

This div border color is #3e439d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e439d


Comments

No comments written yet.

Please login to write comment.