Color Hex Logo

#15202c Color Hex

#15202C
(21,32,44)
0 Favorites   0 Comments

Color spaces of #15202c

RGB 213244
HSL0.590.350.13
HSV211°52°17°
CMYK 0.520.270.00   0.83
XYZ1.28041.37432.5807
Yxy1.37430.24460.2625
Hunter Lab11.7231-1.0195-4.8459
CIE-Lab11.7855-0.7947-9.5438

#15202c color RGB value is (21,32,44).

#15202c hex color red value is 21, green value is 32 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #15202c hue: 0.59 , saturation: 0.35 and the lightness value of 15202c is 0.13.

The process color (four color CMYK) of #15202c color hex is 0.52, 0.27, 0.00, 0.83. Web safe color of #15202c is #003333. Color #15202c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 00101100
Octal 25 40 54
Decimal 21 32 44
Hex 15 20 2C

RGB Percentages of Color #15202c

%21.65
%32.99
%45.36

CMYK Percentages of Color #15202c

%52
%27
%0
%83

Triadic Colors of #15202c

#15202c #2c1520 #202c15

Analogous Colors of #15202c

#15202c #16152c #152c2c

Monochromatic Colors of #15202c

#15202c

Complementary Color

#15202c #2c2115

#15202c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15202c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15202c Color CSS Codes

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

#15202c Text Font Color

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

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


#15202c Background Color

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

This div background color is #15202c


#15202c Border Color

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

This div border color is #15202c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,32,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15202c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15202c;
  -webkit-box-shadow: 1px 1px 3px 2px #15202c;
  box-shadow:         1px 1px 3px 2px #15202c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15202c


Comments

No comments written yet.

Please login to write comment.