Color Hex Logo

#483cba Color Hex

#483CBA
(72,60,186)
0 Favorites   0 Comments

Color spaces of #483cba

RGB 7260186
HSL0.680.510.48
HSV246°68°73°
CMYK 0.610.680.00   0.27
XYZ13.15138.154647.3352
Yxy8.15460.19160.1188
Hunter Lab28.556332.2329-78.2904
CIE-Lab34.302841.7884-64.7799

#483cba color RGB value is (72,60,186).

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

The process color (four color CMYK) of #483cba color hex is 0.61, 0.68, 0.00, 0.27. Web safe color of #483cba is #3333cc. Color #483cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111100 10111010
Octal 110 74 272
Decimal 72 60 186
Hex 48 3C BA

RGB Percentages of Color #483cba

%22.64
%18.87
%58.49

CMYK Percentages of Color #483cba

%61
%68
%0
%27

Triadic Colors of #483cba

#483cba #ba483c #3cba48

Analogous Colors of #483cba

#483cba #873cba #3c6fba

Monochromatic Colors of #483cba

#483cba

Complementary Color

#483cba #aeba3c

#483cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#483cba Color CSS Codes

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

#483cba Text Font Color

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

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


#483cba Background Color

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

This div background color is #483cba


#483cba Border Color

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

This div border color is #483cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483cba


Comments

No comments written yet.

Please login to write comment.