Color Hex Logo

#483756 Color Hex

#483756
(72,55,86)
0 Favorites   0 Comments

Color spaces of #483756

RGB 725586
HSL0.760.220.28
HSV273°36°34°
CMYK 0.160.360.00   0.66
XYZ5.71844.78209.4257
Yxy4.78200.28700.2400
Hunter Lab21.86788.4089-10.2484
CIE-Lab26.104414.4368-15.8799

#483756 color RGB value is (72,55,86).

#483756 hex color red value is 72, green value is 55 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #483756 hue: 0.76 , saturation: 0.22 and the lightness value of 483756 is 0.28.

The process color (four color CMYK) of #483756 color hex is 0.16, 0.36, 0.00, 0.66. Web safe color of #483756 is #333366. Color #483756 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 01010110
Octal 110 67 126
Decimal 72 55 86
Hex 48 37 56

RGB Percentages of Color #483756

%33.80
%25.82
%40.38

CMYK Percentages of Color #483756

%16
%36
%0
%66

Triadic Colors of #483756

#483756 #564837 #375648

Analogous Colors of #483756

#483756 #563755 #393756

Monochromatic Colors of #483756

#483756

Complementary Color

#483756 #455637

#483756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483756 Color CSS Codes

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

#483756 Text Font Color

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

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


#483756 Background Color

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

This div background color is #483756


#483756 Border Color

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

This div border color is #483756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483756


Comments

No comments written yet.

Please login to write comment.