Color Hex Logo

#482779 Color Hex

#482779
(72,39,121)
0 Favorites   0 Comments

Color spaces of #482779

RGB 7239121
HSL0.730.510.31
HSV264°68°47°
CMYK 0.400.680.00   0.53
XYZ6.84924.209218.5406
Yxy4.20920.23140.1422
Hunter Lab20.516323.6871-39.2189
CIE-Lab24.351334.1392-41.2827

#482779 color RGB value is (72,39,121).

#482779 hex color red value is 72, green value is 39 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #482779 hue: 0.73 , saturation: 0.51 and the lightness value of 482779 is 0.31.

The process color (four color CMYK) of #482779 color hex is 0.40, 0.68, 0.00, 0.53. Web safe color of #482779 is #333366. Color #482779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 01111001
Octal 110 47 171
Decimal 72 39 121
Hex 48 27 79

RGB Percentages of Color #482779

%31.03
%16.81
%52.16

CMYK Percentages of Color #482779

%40
%68
%0
%53

Triadic Colors of #482779

#482779 #794827 #277948

Analogous Colors of #482779

#482779 #712779 #272f79

Monochromatic Colors of #482779

#482779

Complementary Color

#482779 #587927

#482779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482779 Color CSS Codes

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

#482779 Text Font Color

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

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


#482779 Background Color

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

This div background color is #482779


#482779 Border Color

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

This div border color is #482779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482779


Comments

No comments written yet.

Please login to write comment.