Color Hex Logo

#481341 Color Hex

#481341
(72,19,65)
0 Favorites   0 Comments

Color spaces of #481341

RGB 721965
HSL0.860.580.18
HSV308°74°28°
CMYK 0.000.740.10   0.72
XYZ3.85952.22515.2271
Yxy2.22510.34120.1967
Hunter Lab14.916820.0800-10.3345
CIE-Lab16.626831.2244-16.4350

#481341 color RGB value is (72,19,65).

#481341 hex color red value is 72, green value is 19 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #481341 hue: 0.86 , saturation: 0.58 and the lightness value of 481341 is 0.18.

The process color (four color CMYK) of #481341 color hex is 0.00, 0.74, 0.10, 0.72. Web safe color of #481341 is #330033. Color #481341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 01000001
Octal 110 23 101
Decimal 72 19 65
Hex 48 13 41

RGB Percentages of Color #481341

%46.15
%12.18
%41.67

CMYK Percentages of Color #481341

%0
%74
%10
%72

Triadic Colors of #481341

#481341 #414813 #134148

Analogous Colors of #481341

#481341 #481327 #351348

Monochromatic Colors of #481341

#481341

Complementary Color

#481341 #13481a

#481341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481341 Color CSS Codes

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

#481341 Text Font Color

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

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


#481341 Background Color

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

This div background color is #481341


#481341 Border Color

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

This div border color is #481341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481341


Comments

No comments written yet.

Please login to write comment.