Color Hex Logo

#15212e Color Hex

#15212E
(21,33,46)
0 Favorites   0 Comments

Color spaces of #15212e

RGB 213346
HSL0.590.370.13
HSV211°54°18°
CMYK 0.540.280.00   0.82
XYZ1.34631.44442.7926
Yxy1.44440.24110.2587
Hunter Lab12.0183-1.0364-5.3639
CIE-Lab12.2501-0.7903-10.2740

#15212e color RGB value is (21,33,46).

#15212e hex color red value is 21, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #15212e hue: 0.59 , saturation: 0.37 and the lightness value of 15212e is 0.13.

The process color (four color CMYK) of #15212e color hex is 0.54, 0.28, 0.00, 0.82. Web safe color of #15212e is #003333. Color #15212e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00101110
Octal 25 41 56
Decimal 21 33 46
Hex 15 21 2E

RGB Percentages of Color #15212e

%21.00
%33.00
%46.00

CMYK Percentages of Color #15212e

%54
%28
%0
%82

Triadic Colors of #15212e

#15212e #2e1521 #212e15

Analogous Colors of #15212e

#15212e #16152e #152e2e

Monochromatic Colors of #15212e

#15212e

Complementary Color

#15212e #2e2215

#15212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15212e Color CSS Codes

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

#15212e Text Font Color

<p style="color:#15212e">Text here</p>

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


#15212e Background Color

<div style="background-color:#15212e">
Div content here</div>

This div background color is #15212e


#15212e Border Color

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

This div border color is #15212e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,33,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 #15212e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15212e


Comments

No comments written yet.

Please login to write comment.