Color Hex Logo

#481047 Color Hex

#481047
(72,16,71)
0 Favorites   0 Comments

Color spaces of #481047

RGB 721671
HSL0.840.640.17
HSV301°78°28°
CMYK 0.000.780.01   0.72
XYZ3.99512.20326.1759
Yxy2.20320.32290.1780
Hunter Lab14.843222.0684-14.2790
CIE-Lab16.519433.6768-20.7761

#481047 color RGB value is (72,16,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 01000111
Octal 110 20 107
Decimal 72 16 71
Hex 48 10 47

RGB Percentages of Color #481047

%45.28
%10.06
%44.65

CMYK Percentages of Color #481047

%0
%78
%1
%72

Triadic Colors of #481047

#481047 #474810 #104748

Analogous Colors of #481047

#481047 #48102b #2d1048

Monochromatic Colors of #481047

#481047

Complementary Color

#481047 #104811

#481047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481047 Color CSS Codes

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

#481047 Text Font Color

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

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


#481047 Background Color

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

This div background color is #481047


#481047 Border Color

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

This div border color is #481047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,16,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 #481047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481047


Comments

No comments written yet.

Please login to write comment.