Color Hex Logo

#483cfe Color Hex

#483CFE
(72,60,254)
0 Favorites   0 Comments

Color spaces of #483cfe

RGB 7260254
HSL0.680.990.62
HSV244°76°100°
CMYK 0.720.760.00   0.00
XYZ22.177711.765294.8679
Yxy11.76520.17220.0913
Hunter Lab34.300455.3873-139.9735
CIE-Lab40.840562.8174-93.0210

#483cfe color RGB value is (72,60,254).

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

The process color (four color CMYK) of #483cfe color hex is 0.72, 0.76, 0.00, 0.00. Web safe color of #483cfe is #3333ff. Color #483cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111100 11111110
Octal 110 74 376
Decimal 72 60 254
Hex 48 3C FE

RGB Percentages of Color #483cfe

%18.65
%15.54
%65.80

CMYK Percentages of Color #483cfe

%72
%76
%0
%0

Triadic Colors of #483cfe

#483cfe #fe483c #3cfe48

Analogous Colors of #483cfe

#483cfe #a93cfe #3c91fe

Monochromatic Colors of #483cfe

#483cfe

Complementary Color

#483cfe #f2fe3c

#483cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#483cfe Color CSS Codes

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

#483cfe Text Font Color

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

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


#483cfe Background Color

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

This div background color is #483cfe


#483cfe Border Color

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

This div border color is #483cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483cfe


Comments

No comments written yet.

Please login to write comment.