Color Hex Logo

#150e2e Color Hex

#150E2E
(21,14,46)
0 Favorites   0 Comments

Color spaces of #150e2e

RGB 211446
HSL0.700.530.12
HSV253°70°18°
CMYK 0.540.700.00   0.82
XYZ0.95940.67082.6637
Yxy0.67080.22340.1562
Hunter Lab8.19026.5765-13.5496
CIE-Lab6.059312.9749-20.0260

#150e2e color RGB value is (21,14,46).

#150e2e hex color red value is 21, green value is 14 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #150e2e hue: 0.70 , saturation: 0.53 and the lightness value of 150e2e is 0.12.

The process color (four color CMYK) of #150e2e color hex is 0.54, 0.70, 0.00, 0.82. Web safe color of #150e2e is #000033. Color #150e2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001110 00101110
Octal 25 16 56
Decimal 21 14 46
Hex 15 E 2E

RGB Percentages of Color #150e2e

%25.93
%17.28
%56.79

CMYK Percentages of Color #150e2e

%54
%70
%0
%82

Triadic Colors of #150e2e

#150e2e #2e150e #0e2e15

Analogous Colors of #150e2e

#150e2e #250e2e #0e172e

Monochromatic Colors of #150e2e

#150e2e

Complementary Color

#150e2e #272e0e

#150e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#150e2e Color CSS Codes

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

#150e2e Text Font Color

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

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


#150e2e Background Color

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

This div background color is #150e2e


#150e2e Border Color

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

This div border color is #150e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150e2e


Comments

No comments written yet.

Please login to write comment.