Color Hex Logo

#480747 Color Hex

#480747
(72,7,71)
0 Favorites   0 Comments

Color spaces of #480747

RGB 72771
HSL0.840.820.15
HSV301°90°28°
CMYK 0.000.900.01   0.72
XYZ3.88581.98466.1395
Yxy1.98460.32350.1652
Hunter Lab14.087624.5827-15.9778
CIE-Lab15.406236.8750-22.5441

#480747 color RGB value is (72,7,71).

#480747 hex color red value is 72, green value is 7 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #480747 hue: 0.84 , saturation: 0.82 and the lightness value of 480747 is 0.15.

The process color (four color CMYK) of #480747 color hex is 0.00, 0.90, 0.01, 0.72. Web safe color of #480747 is #330033. Color #480747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000111 01000111
Octal 110 7 107
Decimal 72 7 71
Hex 48 7 47

RGB Percentages of Color #480747

%48.00
%4.67
%47.33

CMYK Percentages of Color #480747

%0
%90
%1
%72

Triadic Colors of #480747

#480747 #474807 #074748

Analogous Colors of #480747

#480747 #480727 #290748

Monochromatic Colors of #480747

#480747

Complementary Color

#480747 #074808

#480747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480747 Color CSS Codes

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

#480747 Text Font Color

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

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


#480747 Background Color

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

This div background color is #480747


#480747 Border Color

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

This div border color is #480747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480747


Comments

No comments written yet.

Please login to write comment.