Color Hex Logo

#480851 Color Hex

#480851
(72,8,81)
0 Favorites   0 Comments

Color spaces of #480851

RGB 72881
HSL0.810.820.17
HSV293°90°32°
CMYK 0.110.900.00   0.68
XYZ4.24452.14557.9750
Yxy2.14550.29550.1494
Hunter Lab14.647526.0918-22.0278
CIE-Lab16.233038.4561-28.1056

#480851 color RGB value is (72,8,81).

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

The process color (four color CMYK) of #480851 color hex is 0.11, 0.90, 0.00, 0.68. Web safe color of #480851 is #330066. Color #480851 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 01010001
Octal 110 10 121
Decimal 72 8 81
Hex 48 8 51

RGB Percentages of Color #480851

%44.72
%4.97
%50.31

CMYK Percentages of Color #480851

%11
%90
%0
%68

Triadic Colors of #480851

#480851 #514808 #085148

Analogous Colors of #480851

#480851 #510836 #230851

Monochromatic Colors of #480851

#480851

Complementary Color

#480851 #115108

#480851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480851 Color CSS Codes

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

#480851 Text Font Color

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

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


#480851 Background Color

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

This div background color is #480851


#480851 Border Color

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

This div border color is #480851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480851


Comments

No comments written yet.

Please login to write comment.