Color Hex Logo

#483964 Color Hex

#483964
(72,57,100)
0 Favorites   0 Comments

Color spaces of #483964

RGB 7257100
HSL0.720.270.31
HSV261°43°39°
CMYK 0.280.430.00   0.61
XYZ6.43595.224112.7257
Yxy5.22410.26390.2142
Hunter Lab22.856310.2637-17.0115
CIE-Lab27.363916.8816-23.0192

#483964 color RGB value is (72,57,100).

#483964 hex color red value is 72, green value is 57 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #483964 hue: 0.72 , saturation: 0.27 and the lightness value of 483964 is 0.31.

The process color (four color CMYK) of #483964 color hex is 0.28, 0.43, 0.00, 0.61. Web safe color of #483964 is #333366. Color #483964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 01100100
Octal 110 71 144
Decimal 72 57 100
Hex 48 39 64

RGB Percentages of Color #483964

%31.44
%24.89
%43.67

CMYK Percentages of Color #483964

%28
%43
%0
%61

Triadic Colors of #483964

#483964 #644839 #396448

Analogous Colors of #483964

#483964 #5e3964 #394064

Monochromatic Colors of #483964

#483964

Complementary Color

#483964 #556439

#483964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483964 Color CSS Codes

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

#483964 Text Font Color

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

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


#483964 Background Color

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

This div background color is #483964


#483964 Border Color

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

This div border color is #483964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,57,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483964;
  -webkit-box-shadow: 1px 1px 3px 2px #483964;
  box-shadow:         1px 1px 3px 2px #483964; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483964


Comments

No comments written yet.

Please login to write comment.