Color Hex Logo

#483ea5 Color Hex

#483EA5
(72,62,165)
0 Favorites   0 Comments

Color spaces of #483ea5

RGB 7262165
HSL0.680.450.45
HSV246°62°65°
CMYK 0.560.620.00   0.35
XYZ11.18667.539636.4630
Yxy7.53960.20270.1366
Hunter Lab27.458324.6693-59.5127
CIE-Lab33.005033.8036-54.3953

#483ea5 color RGB value is (72,62,165).

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

The process color (four color CMYK) of #483ea5 color hex is 0.56, 0.62, 0.00, 0.35. Web safe color of #483ea5 is #333399. Color #483ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111110 10100101
Octal 110 76 245
Decimal 72 62 165
Hex 48 3E A5

RGB Percentages of Color #483ea5

%24.08
%20.74
%55.18

CMYK Percentages of Color #483ea5

%56
%62
%0
%35

Triadic Colors of #483ea5

#483ea5 #a5483e #3ea548

Analogous Colors of #483ea5

#483ea5 #7c3ea5 #3e68a5

Monochromatic Colors of #483ea5

#483ea5

Complementary Color

#483ea5 #9ba53e

#483ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483ea5 Color CSS Codes

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

#483ea5 Text Font Color

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

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


#483ea5 Background Color

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

This div background color is #483ea5


#483ea5 Border Color

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

This div border color is #483ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483ea5


Comments

No comments written yet.

Please login to write comment.