Color Hex Logo

#152146 Color Hex

#152146
(21,33,70)
0 Favorites   0 Comments

Color spaces of #152146

RGB 213370
HSL0.630.540.18
HSV225°70°27°
CMYK 0.700.530.00   0.73
XYZ1.95861.68936.0172
Yxy1.68930.20260.1748
Hunter Lab12.99734.1534-18.3506
CIE-Lab13.76428.7857-24.8626

#152146 color RGB value is (21,33,70).

#152146 hex color red value is 21, green value is 33 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #152146 hue: 0.63 , saturation: 0.54 and the lightness value of 152146 is 0.18.

The process color (four color CMYK) of #152146 color hex is 0.70, 0.53, 0.00, 0.73. Web safe color of #152146 is #003333. Color #152146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 01000110
Octal 25 41 106
Decimal 21 33 70
Hex 15 21 46

RGB Percentages of Color #152146

%16.94
%26.61
%56.45

CMYK Percentages of Color #152146

%70
%53
%0
%73

Triadic Colors of #152146

#152146 #461521 #214615

Analogous Colors of #152146

#152146 #221546 #153a46

Monochromatic Colors of #152146

#152146

Complementary Color

#152146 #463a15

#152146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152146 Color CSS Codes

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

#152146 Text Font Color

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

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


#152146 Background Color

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

This div background color is #152146


#152146 Border Color

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

This div border color is #152146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152146


Comments

No comments written yet.

Please login to write comment.