Color Hex Logo

#152376 Color Hex

#152376
(21,35,118)
0 Favorites   0 Comments

Color spaces of #152376

RGB 2135118
HSL0.640.700.27
HSV231°82°46°
CMYK 0.820.700.00   0.54
XYZ4.18032.669517.4345
Yxy2.66950.17210.1099
Hunter Lab16.338617.0774-51.8298
CIE-Lab18.668527.0595-48.8309

#152376 color RGB value is (21,35,118).

#152376 hex color red value is 21, green value is 35 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #152376 hue: 0.64 , saturation: 0.70 and the lightness value of 152376 is 0.27.

The process color (four color CMYK) of #152376 color hex is 0.82, 0.70, 0.00, 0.54. Web safe color of #152376 is #003366. Color #152376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100011 01110110
Octal 25 43 166
Decimal 21 35 118
Hex 15 23 76

RGB Percentages of Color #152376

%12.07
%20.11
%67.82

CMYK Percentages of Color #152376

%82
%70
%0
%54

Triadic Colors of #152376

#152376 #761523 #237615

Analogous Colors of #152376

#152376 #371576 #155476

Monochromatic Colors of #152376

#152376

Complementary Color

#152376 #766815

#152376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#152376 Color CSS Codes

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

#152376 Text Font Color

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

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


#152376 Background Color

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

This div background color is #152376


#152376 Border Color

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

This div border color is #152376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152376


Comments

No comments written yet.

Please login to write comment.