Color Hex Logo

#15114e Color Hex

#15114E
(21,17,78)
0 Favorites   0 Comments

Color spaces of #15114e

RGB 211778
HSL0.680.640.19
HSV244°78°31°
CMYK 0.730.780.00   0.69
XYZ1.88491.11047.3227
Yxy1.11040.18270.1076
Hunter Lab10.537613.4884-33.8252
CIE-Lab9.879223.7897-36.7137

#15114e color RGB value is (21,17,78).

#15114e hex color red value is 21, green value is 17 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #15114e hue: 0.68 , saturation: 0.64 and the lightness value of 15114e is 0.19.

The process color (four color CMYK) of #15114e color hex is 0.73, 0.78, 0.00, 0.69. Web safe color of #15114e is #000066. Color #15114e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010001 01001110
Octal 25 21 116
Decimal 21 17 78
Hex 15 11 4E

RGB Percentages of Color #15114e

%18.10
%14.66
%67.24

CMYK Percentages of Color #15114e

%73
%78
%0
%69

Triadic Colors of #15114e

#15114e #4e1511 #114e15

Analogous Colors of #15114e

#15114e #34114e #112c4e

Monochromatic Colors of #15114e

#15114e

Complementary Color

#15114e #4a4e11

#15114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15114e Color CSS Codes

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

#15114e Text Font Color

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

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


#15114e Background Color

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

This div background color is #15114e


#15114e Border Color

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

This div border color is #15114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15114e


Comments

No comments written yet.

Please login to write comment.