Color Hex Logo

#3e143c Color Hex

#3E143C
(62,20,60)
0 Favorites   0 Comments

Color spaces of #3e143c

RGB 622060
HSL0.840.510.16
HSV303°68°24°
CMYK 0.000.680.03   0.76
XYZ3.05241.85074.4713
Yxy1.85070.32560.1974
Hunter Lab13.604016.2438-9.9643
CIE-Lab14.683426.6734-16.0985

#3e143c color RGB value is (62,20,60).

#3e143c hex color red value is 62, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #3e143c hue: 0.84 , saturation: 0.51 and the lightness value of 3e143c is 0.16.

The process color (four color CMYK) of #3e143c color hex is 0.00, 0.68, 0.03, 0.76. Web safe color of #3e143c is #330033. Color #3e143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00010100 00111100
Octal 76 24 74
Decimal 62 20 60
Hex 3E 14 3C

RGB Percentages of Color #3e143c

%43.66
%14.08
%42.25

CMYK Percentages of Color #3e143c

%0
%68
%3
%76

Triadic Colors of #3e143c

#3e143c #3c3e14 #143c3e

Analogous Colors of #3e143c

#3e143c #3e1427 #2b143e

Monochromatic Colors of #3e143c

#3e143c

Complementary Color

#3e143c #143e16

#3e143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e143c Color CSS Codes

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

#3e143c Text Font Color

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

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


#3e143c Background Color

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

This div background color is #3e143c


#3e143c Border Color

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

This div border color is #3e143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e143c


Comments

No comments written yet.

Please login to write comment.