Color Hex Logo

#483aaa Color Hex

#483AAA
(72,58,170)
0 Favorites   0 Comments

Color spaces of #483aaa

RGB 7258170
HSL0.690.490.45
HSV248°66°67°
CMYK 0.580.660.00   0.33
XYZ11.44127.306138.8374
Yxy7.30610.19870.1269
Hunter Lab27.029828.2535-66.2692
CIE-Lab32.493837.8521-58.2282

#483aaa color RGB value is (72,58,170).

#483aaa hex color red value is 72, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #483aaa hue: 0.69 , saturation: 0.49 and the lightness value of 483aaa is 0.45.

The process color (four color CMYK) of #483aaa color hex is 0.58, 0.66, 0.00, 0.33. Web safe color of #483aaa is #333399. Color #483aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111010 10101010
Octal 110 72 252
Decimal 72 58 170
Hex 48 3A AA

RGB Percentages of Color #483aaa

%24.00
%19.33
%56.67

CMYK Percentages of Color #483aaa

%58
%66
%0
%33

Triadic Colors of #483aaa

#483aaa #aa483a #3aaa48

Analogous Colors of #483aaa

#483aaa #803aaa #3a64aa

Monochromatic Colors of #483aaa

#483aaa

Complementary Color

#483aaa #9caa3a

#483aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#483aaa Color CSS Codes

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

#483aaa Text Font Color

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

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


#483aaa Background Color

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

This div background color is #483aaa


#483aaa Border Color

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

This div border color is #483aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483aaa


Comments

No comments written yet.

Please login to write comment.