Color Hex Logo

#3e012b Color Hex

#3E012B
(62,1,43)
0 Favorites   0 Comments

Color spaces of #3e012b

RGB 62143
HSL0.890.970.12
HSV319°98°24°
CMYK 0.000.980.31   0.76
XYZ2.43351.22032.3928
Yxy1.22030.40250.2018
Hunter Lab11.046719.9903-5.1099
CIE-Lab10.706332.2539-9.9750

#3e012b color RGB value is (62,1,43).

#3e012b hex color red value is 62, green value is 1 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #3e012b hue: 0.89 , saturation: 0.97 and the lightness value of 3e012b is 0.12.

The process color (four color CMYK) of #3e012b color hex is 0.00, 0.98, 0.31, 0.76. Web safe color of #3e012b is #330033. Color #3e012b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00000001 00101011
Octal 76 1 53
Decimal 62 1 43
Hex 3E 1 2B

RGB Percentages of Color #3e012b

%58.49
%0.94
%40.57

CMYK Percentages of Color #3e012b

%0
%98
%31
%76

Triadic Colors of #3e012b

#3e012b #2b3e01 #012b3e

Analogous Colors of #3e012b

#3e012b #3e010d #33013e

Monochromatic Colors of #3e012b

#3e012b

Complementary Color

#3e012b #013e14

#3e012b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e012b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e012b Color CSS Codes

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

#3e012b Text Font Color

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

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


#3e012b Background Color

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

This div background color is #3e012b


#3e012b Border Color

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

This div border color is #3e012b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e012b


Comments

No comments written yet.

Please login to write comment.