Color Hex Logo

#481932 Color Hex

#481932
(72,25,50)
0 Favorites   0 Comments

Color spaces of #481932

RGB 722550
HSL0.910.480.19
HSV328°65°28°
CMYK 0.000.650.31   0.72
XYZ3.59582.30333.2727
Yxy2.30330.39200.2511
Hunter Lab15.176615.7329-2.1617
CIE-Lab17.004625.5891-5.2795

#481932 color RGB value is (72,25,50).

#481932 hex color red value is 72, green value is 25 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #481932 hue: 0.91 , saturation: 0.48 and the lightness value of 481932 is 0.19.

The process color (four color CMYK) of #481932 color hex is 0.00, 0.65, 0.31, 0.72. Web safe color of #481932 is #330033. Color #481932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 00110010
Octal 110 31 62
Decimal 72 25 50
Hex 48 19 32

RGB Percentages of Color #481932

%48.98
%17.01
%34.01

CMYK Percentages of Color #481932

%0
%65
%31
%72

Triadic Colors of #481932

#481932 #324819 #193248

Analogous Colors of #481932

#481932 #48191b #471948

Monochromatic Colors of #481932

#481932

Complementary Color

#481932 #19482f

#481932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481932 Color CSS Codes

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

#481932 Text Font Color

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

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


#481932 Background Color

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

This div background color is #481932


#481932 Border Color

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

This div border color is #481932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481932


Comments

No comments written yet.

Please login to write comment.