Color Hex Logo

#15132d Color Hex

#15132D
(21,19,45)
0 Favorites   0 Comments

Color spaces of #15132d

RGB 211945
HSL0.680.410.13
HSV245°58°18°
CMYK 0.530.580.00   0.82
XYZ1.01580.81462.5863
Yxy0.81460.23000.1844
Hunter Lab9.02554.2951-10.6719
CIE-Lab7.35829.4533-17.2186

#15132d color RGB value is (21,19,45).

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

The process color (four color CMYK) of #15132d color hex is 0.53, 0.58, 0.00, 0.82. Web safe color of #15132d is #000033. Color #15132d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010011 00101101
Octal 25 23 55
Decimal 21 19 45
Hex 15 13 2D

RGB Percentages of Color #15132d

%24.71
%22.35
%52.94

CMYK Percentages of Color #15132d

%53
%58
%0
%82

Triadic Colors of #15132d

#15132d #2d1513 #132d15

Analogous Colors of #15132d

#15132d #22132d #131e2d

Monochromatic Colors of #15132d

#15132d

Complementary Color

#15132d #2b2d13

#15132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15132d Color CSS Codes

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

#15132d Text Font Color

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

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


#15132d Background Color

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

This div background color is #15132d


#15132d Border Color

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

This div border color is #15132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15132d


Comments

No comments written yet.

Please login to write comment.