Color Hex Logo

#3e144b Color Hex

#3E144B
(62,20,75)
0 Favorites   0 Comments

Color spaces of #3e144b

RGB 622075
HSL0.790.580.19
HSV286°73°29°
CMYK 0.170.730.00   0.71
XYZ3.50682.03246.8641
Yxy2.03240.28270.1639
Hunter Lab14.256218.9597-18.5676
CIE-Lab15.656430.0041-25.0185

#3e144b color RGB value is (62,20,75).

#3e144b hex color red value is 62, green value is 20 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3e144b hue: 0.79 , saturation: 0.58 and the lightness value of 3e144b is 0.19.

The process color (four color CMYK) of #3e144b color hex is 0.17, 0.73, 0.00, 0.71. Web safe color of #3e144b is #330033. Color #3e144b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00010100 01001011
Octal 76 24 113
Decimal 62 20 75
Hex 3E 14 4B

RGB Percentages of Color #3e144b

%39.49
%12.74
%47.77

CMYK Percentages of Color #3e144b

%17
%73
%0
%71

Triadic Colors of #3e144b

#3e144b #4b3e14 #144b3e

Analogous Colors of #3e144b

#3e144b #4b143c #23144b

Monochromatic Colors of #3e144b

#3e144b

Complementary Color

#3e144b #214b14

#3e144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e144b Color CSS Codes

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

#3e144b Text Font Color

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

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


#3e144b Background Color

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

This div background color is #3e144b


#3e144b Border Color

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

This div border color is #3e144b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e144b


Comments

No comments written yet.

Please login to write comment.