Color Hex Logo

#3e316f Color Hex

#3E316F
(62,49,111)
0 Favorites   0 Comments

Color spaces of #3e316f

RGB 6249111
HSL0.700.390.31
HSV253°56°44°
CMYK 0.440.560.00   0.56
XYZ5.95424.368515.5683
Yxy4.36850.23000.1687
Hunter Lab20.901014.2739-29.5321
CIE-Lab24.854122.4831-34.1440

#3e316f color RGB value is (62,49,111).

#3e316f hex color red value is 62, green value is 49 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3e316f hue: 0.70 , saturation: 0.39 and the lightness value of 3e316f is 0.31.

The process color (four color CMYK) of #3e316f color hex is 0.44, 0.56, 0.00, 0.56. Web safe color of #3e316f is #333366. Color #3e316f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110001 01101111
Octal 76 61 157
Decimal 62 49 111
Hex 3E 31 6F

RGB Percentages of Color #3e316f

%27.93
%22.07
%50.00

CMYK Percentages of Color #3e316f

%44
%56
%0
%56

Triadic Colors of #3e316f

#3e316f #6f3e31 #316f3e

Analogous Colors of #3e316f

#3e316f #5d316f #31436f

Monochromatic Colors of #3e316f

#3e316f

Complementary Color

#3e316f #626f31

#3e316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e316f Color CSS Codes

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

#3e316f Text Font Color

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

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


#3e316f Background Color

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

This div background color is #3e316f


#3e316f Border Color

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

This div border color is #3e316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e316f


Comments

No comments written yet.

Please login to write comment.