Color Hex Logo

#483cdb Color Hex

#483CDB
(72,60,219)
0 Favorites   0 Comments

Color spaces of #483cdb

RGB 7260219
HSL0.680.690.55
HSV245°73°86°
CMYK 0.670.730.00   0.14
XYZ17.07459.723967.9948
Yxy9.72390.18010.1026
Hunter Lab31.183243.1680-107.4534
CIE-Lab37.342352.2003-78.9803

#483cdb color RGB value is (72,60,219).

#483cdb hex color red value is 72, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #483cdb hue: 0.68 , saturation: 0.69 and the lightness value of 483cdb is 0.55.

The process color (four color CMYK) of #483cdb color hex is 0.67, 0.73, 0.00, 0.14. Web safe color of #483cdb is #3333cc. Color #483cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111100 11011011
Octal 110 74 333
Decimal 72 60 219
Hex 48 3C DB

RGB Percentages of Color #483cdb

%20.51
%17.09
%62.39

CMYK Percentages of Color #483cdb

%67
%73
%0
%14

Triadic Colors of #483cdb

#483cdb #db483c #3cdb48

Analogous Colors of #483cdb

#483cdb #983cdb #3c80db

Monochromatic Colors of #483cdb

#483cdb

Complementary Color

#483cdb #cfdb3c

#483cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#483cdb Color CSS Codes

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

#483cdb Text Font Color

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

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


#483cdb Background Color

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

This div background color is #483cdb


#483cdb Border Color

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

This div border color is #483cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483cdb


Comments

No comments written yet.

Please login to write comment.