Color Hex Logo

#15202d Color Hex

#15202D
(21,32,45)
0 Favorites   0 Comments

Color spaces of #15202d

RGB 213245
HSL0.590.360.13
HSV213°53°18°
CMYK 0.530.290.00   0.82
XYZ1.29941.38192.6809
Yxy1.38190.24230.2577
Hunter Lab11.7554-0.8413-5.2927
CIE-Lab11.8366-0.4295-10.1898

#15202d color RGB value is (21,32,45).

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

The process color (four color CMYK) of #15202d color hex is 0.53, 0.29, 0.00, 0.82. Web safe color of #15202d is #003333. Color #15202d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 00101101
Octal 25 40 55
Decimal 21 32 45
Hex 15 20 2D

RGB Percentages of Color #15202d

%21.43
%32.65
%45.92

CMYK Percentages of Color #15202d

%53
%29
%0
%82

Triadic Colors of #15202d

#15202d #2d1520 #202d15

Analogous Colors of #15202d

#15202d #16152d #152c2d

Monochromatic Colors of #15202d

#15202d

Complementary Color

#15202d #2d2215

#15202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15202d Color CSS Codes

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

#15202d Text Font Color

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

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


#15202d Background Color

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

This div background color is #15202d


#15202d Border Color

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

This div border color is #15202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15202d


Comments

No comments written yet.

Please login to write comment.