Color Hex Logo

#482f56 Color Hex

#482F56
(72,47,86)
1 Favorites   0 Comments

Color spaces of #482f56

RGB 724786
HSL0.770.290.26
HSV278°45°34°
CMYK 0.160.450.00   0.66
XYZ5.36874.08269.3092
Yxy4.08260.28620.2176
Hunter Lab20.205412.0689-13.1727
CIE-Lab23.942719.6768-19.2411

#482f56 color RGB value is (72,47,86).

#482f56 hex color red value is 72, green value is 47 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #482f56 hue: 0.77 , saturation: 0.29 and the lightness value of 482f56 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101111 01010110
Octal 110 57 126
Decimal 72 47 86
Hex 48 2F 56

RGB Percentages of Color #482f56

%35.12
%22.93
%41.95

CMYK Percentages of Color #482f56

%16
%45
%0
%66

Triadic Colors of #482f56

#482f56 #56482f #2f5648

Analogous Colors of #482f56

#482f56 #562f51 #352f56

Monochromatic Colors of #482f56

#482f56

Complementary Color

#482f56 #3d562f

#482f56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482f56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482f56 Color CSS Codes

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

#482f56 Text Font Color

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

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


#482f56 Background Color

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

This div background color is #482f56


#482f56 Border Color

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

This div border color is #482f56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482f56


Comments

No comments written yet.

Please login to write comment.