Color Hex Logo

#481015 Color Hex

#481015
(72,16,21)
0 Favorites   0 Comments

Color spaces of #481015

RGB 721621
HSL0.990.640.17
HSV355°78°28°
CMYK 0.000.780.71   0.72
XYZ2.99311.80240.8996
Yxy1.80240.52560.3165
Hunter Lab13.425316.30115.4249
CIE-Lab14.414126.798211.9845

#481015 color RGB value is (72,16,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00010101
Octal 110 20 25
Decimal 72 16 21
Hex 48 10 15

RGB Percentages of Color #481015

%66.06
%14.68
%19.27

CMYK Percentages of Color #481015

%0
%78
%71
%72

Triadic Colors of #481015

#481015 #154810 #101548

Analogous Colors of #481015

#481015 #482710 #481031

Monochromatic Colors of #481015

#481015

Complementary Color

#481015 #104843

#481015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481015 Color CSS Codes

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

#481015 Text Font Color

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

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


#481015 Background Color

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

This div background color is #481015


#481015 Border Color

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

This div border color is #481015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481015


Comments

No comments written yet.

Please login to write comment.