Color Hex Logo

#483ffe Color Hex

#483FFE
(72,63,254)
0 Favorites   0 Comments

Color spaces of #483ffe

RGB 7263254
HSL0.670.990.62
HSV243°75°100°
CMYK 0.720.750.00   0.00
XYZ22.339412.088594.9218
Yxy12.08850.17270.0935
Hunter Lab34.768553.8446-137.5301
CIE-Lab41.356461.3397-92.1676

#483ffe color RGB value is (72,63,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111111 11111110
Octal 110 77 376
Decimal 72 63 254
Hex 48 3F FE

RGB Percentages of Color #483ffe

%18.51
%16.20
%65.30

CMYK Percentages of Color #483ffe

%72
%75
%0
%0

Triadic Colors of #483ffe

#483ffe #fe483f #3ffe48

Analogous Colors of #483ffe

#483ffe #a83ffe #3f96fe

Monochromatic Colors of #483ffe

#483ffe

Complementary Color

#483ffe #f5fe3f

#483ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#483ffe Color CSS Codes

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

#483ffe Text Font Color

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

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


#483ffe Background Color

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

This div background color is #483ffe


#483ffe Border Color

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

This div border color is #483ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483ffe


Comments

No comments written yet.

Please login to write comment.