Color Hex Logo

#15213c Color Hex

#15213C
(21,33,60)
0 Favorites   0 Comments

Color spaces of #15213c

RGB 213360
HSL0.620.480.16
HSV222°65°24°
CMYK 0.650.450.00   0.76
XYZ1.66871.57344.4907
Yxy1.57340.21580.2035
Hunter Lab12.54351.7952-12.4459
CIE-Lab13.06734.6621-18.9845

#15213c color RGB value is (21,33,60).

#15213c hex color red value is 21, green value is 33 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #15213c hue: 0.62 , saturation: 0.48 and the lightness value of 15213c is 0.16.

The process color (four color CMYK) of #15213c color hex is 0.65, 0.45, 0.00, 0.76. Web safe color of #15213c is #003333. Color #15213c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00111100
Octal 25 41 74
Decimal 21 33 60
Hex 15 21 3C

RGB Percentages of Color #15213c

%18.42
%28.95
%52.63

CMYK Percentages of Color #15213c

%65
%45
%0
%76

Triadic Colors of #15213c

#15213c #3c1521 #213c15

Analogous Colors of #15213c

#15213c #1c153c #15353c

Monochromatic Colors of #15213c

#15213c

Complementary Color

#15213c #3c3015

#15213c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15213c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15213c Color CSS Codes

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

#15213c Text Font Color

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

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


#15213c Background Color

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

This div background color is #15213c


#15213c Border Color

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

This div border color is #15213c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15213c


Comments

No comments written yet.

Please login to write comment.