Color Hex Logo

#482561 Color Hex

#482561
(72,37,97)
0 Favorites   0 Comments

Color spaces of #482561

RGB 723797
HSL0.760.450.26
HSV275°62°38°
CMYK 0.260.620.00   0.62
XYZ5.49173.563911.7077
Yxy3.56390.26450.1716
Hunter Lab18.878318.8887-23.5549
CIE-Lab22.173928.7548-29.2873

#482561 color RGB value is (72,37,97).

#482561 hex color red value is 72, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #482561 hue: 0.76 , saturation: 0.45 and the lightness value of 482561 is 0.26.

The process color (four color CMYK) of #482561 color hex is 0.26, 0.62, 0.00, 0.62. Web safe color of #482561 is #333366. Color #482561 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 01100001
Octal 110 45 141
Decimal 72 37 97
Hex 48 25 61

RGB Percentages of Color #482561

%34.95
%17.96
%47.09

CMYK Percentages of Color #482561

%26
%62
%0
%62

Triadic Colors of #482561

#482561 #614825 #256148

Analogous Colors of #482561

#482561 #61255c #2a2561

Monochromatic Colors of #482561

#482561

Complementary Color

#482561 #3e6125

#482561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482561 Color CSS Codes

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

#482561 Text Font Color

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

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


#482561 Background Color

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

This div background color is #482561


#482561 Border Color

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

This div border color is #482561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482561


Comments

No comments written yet.

Please login to write comment.