Color Hex Logo

#481069 Color Hex

#481069
(72,16,105)
0 Favorites   0 Comments

Color spaces of #481069

RGB 7216105
HSL0.770.740.24
HSV278°85°41°
CMYK 0.310.850.00   0.59
XYZ5.40762.768213.6139
Yxy2.76820.24820.1270
Hunter Lab16.637928.8992-36.8673
CIE-Lab19.090641.0532-39.5076

#481069 color RGB value is (72,16,105).

#481069 hex color red value is 72, green value is 16 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #481069 hue: 0.77 , saturation: 0.74 and the lightness value of 481069 is 0.24.

The process color (four color CMYK) of #481069 color hex is 0.31, 0.85, 0.00, 0.59. Web safe color of #481069 is #330066. Color #481069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 01101001
Octal 110 20 151
Decimal 72 16 105
Hex 48 10 69

RGB Percentages of Color #481069

%37.31
%8.29
%54.40

CMYK Percentages of Color #481069

%31
%85
%0
%59

Triadic Colors of #481069

#481069 #694810 #106948

Analogous Colors of #481069

#481069 #69105e #1b1069

Monochromatic Colors of #481069

#481069

Complementary Color

#481069 #316910

#481069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481069 Color CSS Codes

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

#481069 Text Font Color

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

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


#481069 Background Color

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

This div background color is #481069


#481069 Border Color

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

This div border color is #481069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481069


Comments

No comments written yet.

Please login to write comment.