Color Hex Logo

#157283 Color Hex

#157283
(21,114,131)
0 Favorites   0 Comments

Color spaces of #157283

RGB 21114131
HSL0.530.720.30
HSV189°84°51°
CMYK 0.840.130.00   0.49
XYZ10.423313.832823.5934
Yxy13.83280.21780.2891
Hunter Lab37.1925-15.0617-11.5764
CIE-Lab43.9922-19.2597-16.6921

#157283 color RGB value is (21,114,131).

#157283 hex color red value is 21, green value is 114 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #157283 hue: 0.53 , saturation: 0.72 and the lightness value of 157283 is 0.30.

The process color (four color CMYK) of #157283 color hex is 0.84, 0.13, 0.00, 0.49. Web safe color of #157283 is #006699. Color #157283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110010 10000011
Octal 25 162 203
Decimal 21 114 131
Hex 15 72 83

RGB Percentages of Color #157283

%7.89
%42.86
%49.25

CMYK Percentages of Color #157283

%84
%13
%0
%49

Triadic Colors of #157283

#157283 #831572 #728315

Analogous Colors of #157283

#157283 #153b83 #15835d

Monochromatic Colors of #157283

#157283

Complementary Color

#157283 #832615

#157283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157283 Color CSS Codes

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

#157283 Text Font Color

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

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


#157283 Background Color

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

This div background color is #157283


#157283 Border Color

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

This div border color is #157283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157283


Comments

No comments written yet.

Please login to write comment.