Color Hex Logo

#15052c Color Hex

#15052C
(21,5,44)
0 Favorites   0 Comments

Color spaces of #15052c

RGB 21544
HSL0.740.800.10
HSV265°89°17°
CMYK 0.520.890.00   0.83
XYZ0.81820.44982.4266
Yxy0.44980.22150.1217
Hunter Lab6.706710.0397-16.7574
CIE-Lab4.063016.0037-21.6915

#15052c color RGB value is (21,5,44).

#15052c hex color red value is 21, green value is 5 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #15052c hue: 0.74 , saturation: 0.80 and the lightness value of 15052c is 0.10.

The process color (four color CMYK) of #15052c color hex is 0.52, 0.89, 0.00, 0.83. Web safe color of #15052c is #000033. Color #15052c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 00101100
Octal 25 5 54
Decimal 21 5 44
Hex 15 5 2C

RGB Percentages of Color #15052c

%30.00
%7.14
%62.86

CMYK Percentages of Color #15052c

%52
%89
%0
%83

Triadic Colors of #15052c

#15052c #2c1505 #052c15

Analogous Colors of #15052c

#15052c #29052c #05082c

Monochromatic Colors of #15052c

#15052c

Complementary Color

#15052c #1c2c05

#15052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15052c Color CSS Codes

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

#15052c Text Font Color

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

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


#15052c Background Color

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

This div background color is #15052c


#15052c Border Color

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

This div border color is #15052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15052c


Comments

No comments written yet.

Please login to write comment.