Color Hex Logo

#483df9 Color Hex

#483DF9
(72,61,249)
0 Favorites   0 Comments

Color spaces of #483df9

RGB 7261249
HSL0.680.940.61
HSV244°76°98°
CMYK 0.710.760.00   0.02
XYZ21.440111.554890.7228
Yxy11.55480.17330.0934
Hunter Lab33.992453.0992-134.4455
CIE-Lab40.499660.8355-90.7851

#483df9 color RGB value is (72,61,249).

#483df9 hex color red value is 72, green value is 61 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #483df9 hue: 0.68 , saturation: 0.94 and the lightness value of 483df9 is 0.61.

The process color (four color CMYK) of #483df9 color hex is 0.71, 0.76, 0.00, 0.02. Web safe color of #483df9 is #3333ff. Color #483df9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 11111001
Octal 110 75 371
Decimal 72 61 249
Hex 48 3D F9

RGB Percentages of Color #483df9

%18.85
%15.97
%65.18

CMYK Percentages of Color #483df9

%71
%76
%0
%2

Triadic Colors of #483df9

#483df9 #f9483d #3df948

Analogous Colors of #483df9

#483df9 #a63df9 #3d90f9

Monochromatic Colors of #483df9

#483df9

Complementary Color

#483df9 #eef93d

#483df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483df9 Color CSS Codes

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

#483df9 Text Font Color

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

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


#483df9 Background Color

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

This div background color is #483df9


#483df9 Border Color

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

This div border color is #483df9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483df9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483df9;
  -webkit-box-shadow: 1px 1px 3px 2px #483df9;
  box-shadow:         1px 1px 3px 2px #483df9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483df9


Comments

No comments written yet.

Please login to write comment.