Color Hex Logo

#152531 Color Hex

#152531
(21,37,49)
0 Favorites   0 Comments

Color spaces of #152531

RGB 213749
HSL0.570.400.14
HSV206°57°19°
CMYK 0.570.240.00   0.81
XYZ1.52521.70433.1543
Yxy1.70430.23890.2670
Hunter Lab13.0549-1.9919-5.1871
CIE-Lab13.8520-2.5576-9.9559

#152531 color RGB value is (21,37,49).

#152531 hex color red value is 21, green value is 37 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #152531 hue: 0.57 , saturation: 0.40 and the lightness value of 152531 is 0.14.

The process color (four color CMYK) of #152531 color hex is 0.57, 0.24, 0.00, 0.81. Web safe color of #152531 is #003333. Color #152531 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 00110001
Octal 25 45 61
Decimal 21 37 49
Hex 15 25 31

RGB Percentages of Color #152531

%19.63
%34.58
%45.79

CMYK Percentages of Color #152531

%57
%24
%0
%81

Triadic Colors of #152531

#152531 #311525 #253115

Analogous Colors of #152531

#152531 #151731 #15312f

Monochromatic Colors of #152531

#152531

Complementary Color

#152531 #312115

#152531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152531 Color CSS Codes

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

#152531 Text Font Color

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

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


#152531 Background Color

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

This div background color is #152531


#152531 Border Color

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

This div border color is #152531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152531


Comments

No comments written yet.

Please login to write comment.