Color Hex Logo

#483aad Color Hex

#483AAD
(72,58,173)
0 Favorites   0 Comments

Color spaces of #483aad

RGB 7258173
HSL0.690.500.45
HSV247°66°68°
CMYK 0.580.660.00   0.32
XYZ11.72847.421040.3494
Yxy7.42100.19710.1247
Hunter Lab27.241529.1777-68.7497
CIE-Lab32.746738.8107-59.6094

#483aad color RGB value is (72,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111010 10101101
Octal 110 72 255
Decimal 72 58 173
Hex 48 3A AD

RGB Percentages of Color #483aad

%23.76
%19.14
%57.10

CMYK Percentages of Color #483aad

%58
%66
%0
%32

Triadic Colors of #483aad

#483aad #ad483a #3aad48

Analogous Colors of #483aad

#483aad #823aad #3a66ad

Monochromatic Colors of #483aad

#483aad

Complementary Color

#483aad #9fad3a

#483aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#483aad Color CSS Codes

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

#483aad Text Font Color

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

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


#483aad Background Color

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

This div background color is #483aad


#483aad Border Color

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

This div border color is #483aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483aad


Comments

No comments written yet.

Please login to write comment.