Color Hex Logo

#483ec0 Color Hex

#483EC0
(72,62,192)
0 Favorites   0 Comments

Color spaces of #483ec0

RGB 7262192
HSL0.680.510.50
HSV245°68°75°
CMYK 0.630.680.00   0.25
XYZ13.90958.628750.8016
Yxy8.62870.18970.1177
Hunter Lab29.374633.1178-81.9761
CIE-Lab35.259442.5426-66.7423

#483ec0 color RGB value is (72,62,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111110 11000000
Octal 110 76 300
Decimal 72 62 192
Hex 48 3E C0

RGB Percentages of Color #483ec0

%22.09
%19.02
%58.90

CMYK Percentages of Color #483ec0

%63
%68
%0
%25

Triadic Colors of #483ec0

#483ec0 #c0483e #3ec048

Analogous Colors of #483ec0

#483ec0 #893ec0 #3e75c0

Monochromatic Colors of #483ec0

#483ec0

Complementary Color

#483ec0 #b6c03e

#483ec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483ec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483ec0 Color CSS Codes

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

#483ec0 Text Font Color

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

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


#483ec0 Background Color

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

This div background color is #483ec0


#483ec0 Border Color

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

This div border color is #483ec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483ec0


Comments

No comments written yet.

Please login to write comment.