Color Hex Logo

#483bad Color Hex

#483BAD
(72,59,173)
0 Favorites   0 Comments

Color spaces of #483bad

RGB 7259173
HSL0.690.490.45
HSV247°66°68°
CMYK 0.580.660.00   0.32
XYZ11.77937.522840.3664
Yxy7.52280.19740.1261
Hunter Lab27.427728.6613-68.0599
CIE-Lab32.968638.2139-59.2470

#483bad color RGB value is (72,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111011 10101101
Octal 110 73 255
Decimal 72 59 173
Hex 48 3B AD

RGB Percentages of Color #483bad

%23.68
%19.41
%56.91

CMYK Percentages of Color #483bad

%58
%66
%0
%32

Triadic Colors of #483bad

#483bad #ad483b #3bad48

Analogous Colors of #483bad

#483bad #813bad #3b67ad

Monochromatic Colors of #483bad

#483bad

Complementary Color

#483bad #a0ad3b

#483bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#483bad Color CSS Codes

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

#483bad Text Font Color

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

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


#483bad Background Color

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

This div background color is #483bad


#483bad Border Color

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

This div border color is #483bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483bad


Comments

No comments written yet.

Please login to write comment.