Color Hex Logo

#151829 Color Hex

#151829
(21,24,41)
0 Favorites   0 Comments

Color spaces of #151829

RGB 212441
HSL0.640.320.12
HSV231°49°16°
CMYK 0.490.410.00   0.84
XYZ1.03610.97282.2310
Yxy0.97280.24440.2294
Hunter Lab9.86311.4908-6.5071
CIE-Lab8.76284.1281-12.0336

#151829 color RGB value is (21,24,41).

#151829 hex color red value is 21, green value is 24 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #151829 hue: 0.64 , saturation: 0.32 and the lightness value of 151829 is 0.12.

The process color (four color CMYK) of #151829 color hex is 0.49, 0.41, 0.00, 0.84. Web safe color of #151829 is #000033. Color #151829 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00011000 00101001
Octal 25 30 51
Decimal 21 24 41
Hex 15 18 29

RGB Percentages of Color #151829

%24.42
%27.91
%47.67

CMYK Percentages of Color #151829

%49
%41
%0
%84

Triadic Colors of #151829

#151829 #291518 #182915

Analogous Colors of #151829

#151829 #1c1529 #152229

Monochromatic Colors of #151829

#151829

Complementary Color

#151829 #292615

#151829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151829 Color CSS Codes

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

#151829 Text Font Color

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

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


#151829 Background Color

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

This div background color is #151829


#151829 Border Color

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

This div border color is #151829


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,24,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #151829; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #151829;
  -webkit-box-shadow: 1px 1px 3px 2px #151829;
  box-shadow:         1px 1px 3px 2px #151829; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151829


Comments

No comments written yet.

Please login to write comment.