Color Hex Logo

#483df5 Color Hex

#483DF5
(72,61,245)
0 Favorites   0 Comments

Color spaces of #483df5

RGB 7261245
HSL0.680.900.60
HSV244°75°96°
CMYK 0.710.750.00   0.04
XYZ20.822711.307887.4713
Yxy11.30780.17410.0945
Hunter Lab33.627151.6842-130.6872
CIE-Lab40.094159.6332-89.2084

#483df5 color RGB value is (72,61,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 11110101
Octal 110 75 365
Decimal 72 61 245
Hex 48 3D F5

RGB Percentages of Color #483df5

%19.05
%16.14
%64.81

CMYK Percentages of Color #483df5

%71
%75
%0
%4

Triadic Colors of #483df5

#483df5 #f5483d #3df548

Analogous Colors of #483df5

#483df5 #a43df5 #3d8ef5

Monochromatic Colors of #483df5

#483df5

Complementary Color

#483df5 #eaf53d

#483df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483df5 Color CSS Codes

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

#483df5 Text Font Color

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

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


#483df5 Background Color

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

This div background color is #483df5


#483df5 Border Color

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

This div border color is #483df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483df5

Related Colors


Comments

No comments written yet.

Please login to write comment.