Color Hex Logo

#482960 Color Hex

#482960
(72,41,96)
0 Favorites   0 Comments

Color spaces of #482960

RGB 724196
HSL0.760.400.27
HSV274°57°38°
CMYK 0.250.570.00   0.62
XYZ5.57673.808111.5074
Yxy3.80810.26690.1823
Hunter Lab19.514416.8606-21.3026
CIE-Lab23.026626.0715-27.2716

#482960 color RGB value is (72,41,96).

#482960 hex color red value is 72, green value is 41 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #482960 hue: 0.76 , saturation: 0.40 and the lightness value of 482960 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101001 01100000
Octal 110 51 140
Decimal 72 41 96
Hex 48 29 60

RGB Percentages of Color #482960

%34.45
%19.62
%45.93

CMYK Percentages of Color #482960

%25
%57
%0
%62

Triadic Colors of #482960

#482960 #604829 #296048

Analogous Colors of #482960

#482960 #60295d #2d2960

Monochromatic Colors of #482960

#482960

Complementary Color

#482960 #416029

#482960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482960 Color CSS Codes

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

#482960 Text Font Color

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

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


#482960 Background Color

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

This div background color is #482960


#482960 Border Color

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

This div border color is #482960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482960


Comments

No comments written yet.

Please login to write comment.