Color Hex Logo

#15252a Color Hex

#15252A
(21,37,42)
0 Favorites   0 Comments

Color spaces of #15252a

RGB 213742
HSL0.540.330.12
HSV194°50°16°
CMYK 0.500.120.00   0.84
XYZ1.38871.64972.4357
Yxy1.64970.25370.3014
Hunter Lab12.8441-3.1777-2.2527
CIE-Lab13.5297-5.0490-5.4398

#15252a color RGB value is (21,37,42).

#15252a hex color red value is 21, green value is 37 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #15252a hue: 0.54 , saturation: 0.33 and the lightness value of 15252a is 0.12.

The process color (four color CMYK) of #15252a color hex is 0.50, 0.12, 0.00, 0.84. Web safe color of #15252a is #003333. Color #15252a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 00101010
Octal 25 45 52
Decimal 21 37 42
Hex 15 25 2A

RGB Percentages of Color #15252a

%21.00
%37.00
%42.00

CMYK Percentages of Color #15252a

%50
%12
%0
%84

Triadic Colors of #15252a

#15252a #2a1525 #252a15

Analogous Colors of #15252a

#15252a #151b2a #152a25

Monochromatic Colors of #15252a

#15252a

Complementary Color

#15252a #2a1a15

#15252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15252a Color CSS Codes

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

#15252a Text Font Color

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

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


#15252a Background Color

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

This div background color is #15252a


#15252a Border Color

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

This div border color is #15252a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15252a


Comments

No comments written yet.

Please login to write comment.