Color Hex Logo

#481744 Color Hex

#481744
(72,23,68)
0 Favorites   0 Comments

Color spaces of #481744

RGB 722368
HSL0.850.520.19
HSV305°68°28°
CMYK 0.000.680.06   0.72
XYZ4.02232.40795.7216
Yxy2.40790.33100.1982
Hunter Lab15.517419.1139-10.9993
CIE-Lab17.496929.8573-17.1584

#481744 color RGB value is (72,23,68).

#481744 hex color red value is 72, green value is 23 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #481744 hue: 0.85 , saturation: 0.52 and the lightness value of 481744 is 0.19.

The process color (four color CMYK) of #481744 color hex is 0.00, 0.68, 0.06, 0.72. Web safe color of #481744 is #330033. Color #481744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 01000100
Octal 110 27 104
Decimal 72 23 68
Hex 48 17 44

RGB Percentages of Color #481744

%44.17
%14.11
%41.72

CMYK Percentages of Color #481744

%0
%68
%6
%72

Triadic Colors of #481744

#481744 #444817 #174448

Analogous Colors of #481744

#481744 #48172b #341748

Monochromatic Colors of #481744

#481744

Complementary Color

#481744 #17481b

#481744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481744 Color CSS Codes

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

#481744 Text Font Color

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

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


#481744 Background Color

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

This div background color is #481744


#481744 Border Color

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

This div border color is #481744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481744


Comments

No comments written yet.

Please login to write comment.