Color Hex Logo

#483ade Color Hex

#483ADE
(72,58,222)
0 Favorites   0 Comments

Color spaces of #483ade

RGB 7258222
HSL0.680.710.55
HSV245°74°87°
CMYK 0.680.740.00   0.13
XYZ17.37049.677870.0597
Yxy9.67780.17890.0997
Hunter Lab31.109245.2279-111.7482
CIE-Lab37.257854.1846-80.8392

#483ade color RGB value is (72,58,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111010 11011110
Octal 110 72 336
Decimal 72 58 222
Hex 48 3A DE

RGB Percentages of Color #483ade

%20.45
%16.48
%63.07

CMYK Percentages of Color #483ade

%68
%74
%0
%13

Triadic Colors of #483ade

#483ade #de483a #3ade48

Analogous Colors of #483ade

#483ade #9a3ade #3a7ede

Monochromatic Colors of #483ade

#483ade

Complementary Color

#483ade #d0de3a

#483ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#483ade Color CSS Codes

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

#483ade Text Font Color

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

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


#483ade Background Color

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

This div background color is #483ade


#483ade Border Color

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

This div border color is #483ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483ade


Comments

No comments written yet.

Please login to write comment.