Color Hex Logo

#1583bd Color Hex

#1583BD
(21,131,189)
0 Favorites   0 Comments

Color spaces of #1583bd

RGB 21131189
HSL0.560.800.41
HSV201°89°74°
CMYK 0.890.310.00   0.26
XYZ17.610920.066251.0891
Yxy20.06620.19840.2261
Hunter Lab44.7953-8.2160-36.2636
CIE-Lab51.9120-7.6762-38.3229

#1583bd color RGB value is (21,131,189).

#1583bd hex color red value is 21, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1583bd hue: 0.56 , saturation: 0.80 and the lightness value of 1583bd is 0.41.

The process color (four color CMYK) of #1583bd color hex is 0.89, 0.31, 0.00, 0.26. Web safe color of #1583bd is #0099cc. Color #1583bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000011 10111101
Octal 25 203 275
Decimal 21 131 189
Hex 15 83 BD

RGB Percentages of Color #1583bd

%6.16
%38.42
%55.43

CMYK Percentages of Color #1583bd

%89
%31
%0
%26

Triadic Colors of #1583bd

#1583bd #bd1583 #83bd15

Analogous Colors of #1583bd

#1583bd #152fbd #15bda3

Monochromatic Colors of #1583bd

#1583bd

Complementary Color

#1583bd #bd4f15

#1583bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1583bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1583bd Color CSS Codes

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

#1583bd Text Font Color

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

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


#1583bd Background Color

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

This div background color is #1583bd


#1583bd Border Color

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

This div border color is #1583bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1583bd


Comments

No comments written yet.

Please login to write comment.