Color Hex Logo

#483edb Color Hex

#483EDB
(72,62,219)
0 Favorites   0 Comments

Color spaces of #483edb

RGB 7262219
HSL0.680.690.55
HSV244°72°86°
CMYK 0.670.720.00   0.14
XYZ17.18139.937468.0304
Yxy9.93740.18060.1044
Hunter Lab31.523642.1213-105.8857
CIE-Lab37.729851.1167-78.3419

#483edb color RGB value is (72,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111110 11011011
Octal 110 76 333
Decimal 72 62 219
Hex 48 3E DB

RGB Percentages of Color #483edb

%20.40
%17.56
%62.04

CMYK Percentages of Color #483edb

%67
%72
%0
%14

Triadic Colors of #483edb

#483edb #db483e #3edb48

Analogous Colors of #483edb

#483edb #973edb #3e83db

Monochromatic Colors of #483edb

#483edb

Complementary Color

#483edb #d1db3e

#483edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#483edb Color CSS Codes

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

#483edb Text Font Color

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

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


#483edb Background Color

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

This div background color is #483edb


#483edb Border Color

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

This div border color is #483edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,62,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 #483edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483edb


Comments

No comments written yet.

Please login to write comment.