Color Hex Logo

#480854 Color Hex

#480854
(72,8,84)
0 Favorites   0 Comments

Color spaces of #480854

RGB 72884
HSL0.810.830.18
HSV291°90°33°
CMYK 0.140.900.00   0.67
XYZ4.35962.19158.5807
Yxy2.19150.28810.1448
Hunter Lab14.803726.6606-24.0038
CIE-Lab16.461739.0594-29.7782

#480854 color RGB value is (72,8,84).

#480854 hex color red value is 72, green value is 8 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #480854 hue: 0.81 , saturation: 0.83 and the lightness value of 480854 is 0.18.

The process color (four color CMYK) of #480854 color hex is 0.14, 0.90, 0.00, 0.67. Web safe color of #480854 is #330066. Color #480854 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 01010100
Octal 110 10 124
Decimal 72 8 84
Hex 48 8 54

RGB Percentages of Color #480854

%43.90
%4.88
%51.22

CMYK Percentages of Color #480854

%14
%90
%0
%67

Triadic Colors of #480854

#480854 #544808 #085448

Analogous Colors of #480854

#480854 #54083a #220854

Monochromatic Colors of #480854

#480854

Complementary Color

#480854 #145408

#480854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480854 Color CSS Codes

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

#480854 Text Font Color

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

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


#480854 Background Color

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

This div background color is #480854


#480854 Border Color

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

This div border color is #480854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480854


Comments

No comments written yet.

Please login to write comment.