Color Hex Logo

#480356 Color Hex

#480356
(72,3,86)
0 Favorites   0 Comments

Color spaces of #480356

RGB 72386
HSL0.810.930.17
HSV290°97°34°
CMYK 0.160.970.00   0.66
XYZ4.38482.11478.9812
Yxy2.11470.28320.1366
Hunter Lab14.542028.3740-26.4383
CIE-Lab16.078041.0575-31.7536

#480356 color RGB value is (72,3,86).

#480356 hex color red value is 72, green value is 3 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #480356 hue: 0.81 , saturation: 0.93 and the lightness value of 480356 is 0.17.

The process color (four color CMYK) of #480356 color hex is 0.16, 0.97, 0.00, 0.66. Web safe color of #480356 is #330066. Color #480356 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 01010110
Octal 110 3 126
Decimal 72 3 86
Hex 48 3 56

RGB Percentages of Color #480356

%44.72
%1.86
%53.42

CMYK Percentages of Color #480356

%16
%97
%0
%66

Triadic Colors of #480356

#480356 #564803 #035648

Analogous Colors of #480356

#480356 #56033b #1e0356

Monochromatic Colors of #480356

#480356

Complementary Color

#480356 #115603

#480356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480356 Color CSS Codes

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

#480356 Text Font Color

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

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


#480356 Background Color

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

This div background color is #480356


#480356 Border Color

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

This div border color is #480356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480356


Comments

No comments written yet.

Please login to write comment.