Color Hex Logo

#0483fc Color Hex

#0483FC
(4,131,252)
0 Favorites   0 Comments

Color spaces of #0483fc

RGB 4131252
HSL0.580.980.50
HSV209°98°99°
CMYK 0.980.480.00   0.01
XYZ25.737123.286795.2338
Yxy23.28670.17840.1614
Hunter Lab48.256310.7530-83.2294
CIE-Lab55.366415.8633-68.2216

#0483fc color RGB value is (4,131,252).

#0483fc hex color red value is 4, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0483fc hue: 0.58 , saturation: 0.98 and the lightness value of 0483fc is 0.50.

The process color (four color CMYK) of #0483fc color hex is 0.98, 0.48, 0.00, 0.01. Web safe color of #0483fc is #0099ff. Color #0483fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000011 11111100
Octal 4 203 374
Decimal 4 131 252
Hex 4 83 FC

RGB Percentages of Color #0483fc

%1.03
%33.85
%65.12

CMYK Percentages of Color #0483fc

%98
%48
%0
%1

Triadic Colors of #0483fc

#0483fc #fc0483 #83fc04

Analogous Colors of #0483fc

#0483fc #0407fc #04fcf9

Monochromatic Colors of #0483fc

#0483fc

Complementary Color

#0483fc #fc7d04

#0483fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0483fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0483fc Color CSS Codes

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

#0483fc Text Font Color

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

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


#0483fc Background Color

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

This div background color is #0483fc


#0483fc Border Color

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

This div border color is #0483fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0483fc


Comments

No comments written yet.

Please login to write comment.