Color Hex Logo

#3983bd Color Hex

#3983BD
(57,131,189)
0 Favorites   0 Comments

Color spaces of #3983bd

RGB 57131189
HSL0.570.540.48
HSV206°70°74°
CMYK 0.700.310.00   0.26
XYZ18.989020.776651.1536
Yxy20.77660.20890.2285
Hunter Lab45.5814-5.4050-34.6312
CIE-Lab52.7041-3.8413-37.0225

#3983bd color RGB value is (57,131,189).

#3983bd hex color red value is 57, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3983bd hue: 0.57 , saturation: 0.54 and the lightness value of 3983bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000011 10111101
Octal 71 203 275
Decimal 57 131 189
Hex 39 83 BD

RGB Percentages of Color #3983bd

%15.12
%34.75
%50.13

CMYK Percentages of Color #3983bd

%70
%31
%0
%26

Triadic Colors of #3983bd

#3983bd #bd3983 #83bd39

Analogous Colors of #3983bd

#3983bd #3941bd #39bdb5

Monochromatic Colors of #3983bd

#3983bd

Complementary Color

#3983bd #bd7339

#3983bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3983bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3983bd Color CSS Codes

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

#3983bd Text Font Color

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

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


#3983bd Background Color

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

This div background color is #3983bd


#3983bd Border Color

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

This div border color is #3983bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,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 #3983bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3983bd


Comments

No comments written yet.

Please login to write comment.