Color Hex Logo

#150e3e Color Hex

#150E3E
(21,14,62)
0 Favorites   0 Comments

Color spaces of #150e3e

RGB 211462
HSL0.690.630.15
HSV249°77°24°
CMYK 0.660.770.00   0.76
XYZ1.33580.82134.6456
Yxy0.82130.19640.1207
Hunter Lab9.062610.4510-24.0491
CIE-Lab7.418719.7193-29.5089

#150e3e color RGB value is (21,14,62).

#150e3e hex color red value is 21, green value is 14 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #150e3e hue: 0.69 , saturation: 0.63 and the lightness value of 150e3e is 0.15.

The process color (four color CMYK) of #150e3e color hex is 0.66, 0.77, 0.00, 0.76. Web safe color of #150e3e is #000033. Color #150e3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001110 00111110
Octal 25 16 76
Decimal 21 14 62
Hex 15 E 3E

RGB Percentages of Color #150e3e

%21.65
%14.43
%63.92

CMYK Percentages of Color #150e3e

%66
%77
%0
%76

Triadic Colors of #150e3e

#150e3e #3e150e #0e3e15

Analogous Colors of #150e3e

#150e3e #2d0e3e #0e1f3e

Monochromatic Colors of #150e3e

#150e3e

Complementary Color

#150e3e #373e0e

#150e3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150e3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#150e3e Color CSS Codes

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

#150e3e Text Font Color

<p style="color:#150e3e">Text here</p>

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


#150e3e Background Color

<div style="background-color:#150e3e">
Div content here</div>

This div background color is #150e3e


#150e3e Border Color

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

This div border color is #150e3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150e3e

#150e3e Color Palettes


Comments

No comments written yet.

Please login to write comment.