Color Hex Logo

#15213a Color Hex

#15213A
(21,33,58)
0 Favorites   0 Comments

Color spaces of #15213a

RGB 213358
HSL0.610.470.15
HSV221°64°23°
CMYK 0.640.430.00   0.77
XYZ1.61681.55264.2175
Yxy1.55260.21890.2102
Hunter Lab12.46031.3558-11.3459
CIE-Lab12.93863.8552-17.7756

#15213a color RGB value is (21,33,58).

#15213a hex color red value is 21, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #15213a hue: 0.61 , saturation: 0.47 and the lightness value of 15213a is 0.15.

The process color (four color CMYK) of #15213a color hex is 0.64, 0.43, 0.00, 0.77. Web safe color of #15213a is #003333. Color #15213a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00111010
Octal 25 41 72
Decimal 21 33 58
Hex 15 21 3A

RGB Percentages of Color #15213a

%18.75
%29.46
%51.79

CMYK Percentages of Color #15213a

%64
%43
%0
%77

Triadic Colors of #15213a

#15213a #3a1521 #213a15

Analogous Colors of #15213a

#15213a #1c153a #15343a

Monochromatic Colors of #15213a

#15213a

Complementary Color

#15213a #3a2e15

#15213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15213a Color CSS Codes

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

#15213a Text Font Color

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

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


#15213a Background Color

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

This div background color is #15213a


#15213a Border Color

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

This div border color is #15213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15213a


Comments

No comments written yet.

Please login to write comment.