Color Hex Logo

#481051 Color Hex

#481051
(72,16,81)
0 Favorites   0 Comments

Color spaces of #481051

RGB 721681
HSL0.810.670.19
HSV292°80°32°
CMYK 0.110.800.00   0.68
XYZ4.34302.34248.0078
Yxy2.34240.29560.1594
Hunter Lab15.304923.8685-20.3082
CIE-Lab17.190335.6914-26.5696

#481051 color RGB value is (72,16,81).

#481051 hex color red value is 72, green value is 16 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #481051 hue: 0.81 , saturation: 0.67 and the lightness value of 481051 is 0.19.

The process color (four color CMYK) of #481051 color hex is 0.11, 0.80, 0.00, 0.68. Web safe color of #481051 is #330066. Color #481051 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 01010001
Octal 110 20 121
Decimal 72 16 81
Hex 48 10 51

RGB Percentages of Color #481051

%42.60
%9.47
%47.93

CMYK Percentages of Color #481051

%11
%80
%0
%68

Triadic Colors of #481051

#481051 #514810 #105148

Analogous Colors of #481051

#481051 #51103a #281051

Monochromatic Colors of #481051

#481051

Complementary Color

#481051 #195110

#481051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481051 Color CSS Codes

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

#481051 Text Font Color

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

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


#481051 Background Color

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

This div background color is #481051


#481051 Border Color

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

This div border color is #481051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481051


Comments

No comments written yet.

Please login to write comment.