Color Hex Logo

#0483bd Color Hex

#0483BD
(4,131,189)
0 Favorites   0 Comments

Color spaces of #0483bd

RGB 4131189
HSL0.550.960.38
HSV199°98°74°
CMYK 0.980.310.00   0.26
XYZ17.351719.932551.0769
Yxy19.93250.19640.2256
Hunter Lab44.6458-8.7558-36.5784
CIE-Lab51.7608-8.4300-38.5712

#0483bd color RGB value is (4,131,189).

#0483bd hex color red value is 4, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0483bd hue: 0.55 , saturation: 0.96 and the lightness value of 0483bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000011 10111101
Octal 4 203 275
Decimal 4 131 189
Hex 4 83 BD

RGB Percentages of Color #0483bd

%1.23
%40.43
%58.33

CMYK Percentages of Color #0483bd

%98
%31
%0
%26

Triadic Colors of #0483bd

#0483bd #bd0483 #83bd04

Analogous Colors of #0483bd

#0483bd #0427bd #04bd9b

Monochromatic Colors of #0483bd

#0483bd

Complementary Color

#0483bd #bd3e04

#0483bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0483bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0483bd Color CSS Codes

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

#0483bd Text Font Color

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

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


#0483bd Background Color

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

This div background color is #0483bd


#0483bd Border Color

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

This div border color is #0483bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0483bd


Comments

No comments written yet.

Please login to write comment.