Color Hex Logo

#15112d Color Hex

#15112D
(21,17,45)
0 Favorites   0 Comments

Color spaces of #15112d

RGB 211745
HSL0.690.450.12
HSV249°62°18°
CMYK 0.530.620.00   0.82
XYZ0.98340.74982.5755
Yxy0.74980.22820.1740
Hunter Lab8.65915.1185-11.5734
CIE-Lab6.772910.7927-18.1477

#15112d color RGB value is (21,17,45).

#15112d hex color red value is 21, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #15112d hue: 0.69 , saturation: 0.45 and the lightness value of 15112d is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010001 00101101
Octal 25 21 55
Decimal 21 17 45
Hex 15 11 2D

RGB Percentages of Color #15112d

%25.30
%20.48
%54.22

CMYK Percentages of Color #15112d

%53
%62
%0
%82

Triadic Colors of #15112d

#15112d #2d1511 #112d15

Analogous Colors of #15112d

#15112d #23112d #111b2d

Monochromatic Colors of #15112d

#15112d

Complementary Color

#15112d #292d11

#15112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15112d Color CSS Codes

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

#15112d Text Font Color

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

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


#15112d Background Color

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

This div background color is #15112d


#15112d Border Color

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

This div border color is #15112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15112d


Comments

No comments written yet.

Please login to write comment.