Color Hex Logo

#481115 Color Hex

#481115
(72,17,21)
0 Favorites   0 Comments

Color spaces of #481115

RGB 721721
HSL0.990.620.17
HSV356°76°28°
CMYK 0.000.760.71   0.72
XYZ3.00831.83280.9047
Yxy1.83280.52360.3190
Hunter Lab13.538115.97285.5145
CIE-Lab14.584126.332112.2048

#481115 color RGB value is (72,17,21).

#481115 hex color red value is 72, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #481115 hue: 0.99 , saturation: 0.62 and the lightness value of 481115 is 0.17.

The process color (four color CMYK) of #481115 color hex is 0.00, 0.76, 0.71, 0.72. Web safe color of #481115 is #330000. Color #481115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 00010101
Octal 110 21 25
Decimal 72 17 21
Hex 48 11 15

RGB Percentages of Color #481115

%65.45
%15.45
%19.09

CMYK Percentages of Color #481115

%0
%76
%71
%72

Triadic Colors of #481115

#481115 #154811 #111548

Analogous Colors of #481115

#481115 #482911 #481131

Monochromatic Colors of #481115

#481115

Complementary Color

#481115 #114844

#481115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481115 Color CSS Codes

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

#481115 Text Font Color

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

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


#481115 Background Color

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

This div background color is #481115


#481115 Border Color

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

This div border color is #481115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481115


Comments

No comments written yet.

Please login to write comment.