Color Hex Logo

#481176 Color Hex

#481176
(72,17,118)
0 Favorites   0 Comments

Color spaces of #481176

RGB 7217118
HSL0.760.750.26
HSV273°86°46°
CMYK 0.390.860.00   0.54
XYZ6.14303.086617.4115
Yxy3.08660.23060.1159
Hunter Lab17.568731.6682-46.4613
CIE-Lab20.387443.8129-45.8194

#481176 color RGB value is (72,17,118).

#481176 hex color red value is 72, green value is 17 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #481176 hue: 0.76 , saturation: 0.75 and the lightness value of 481176 is 0.26.

The process color (four color CMYK) of #481176 color hex is 0.39, 0.86, 0.00, 0.54. Web safe color of #481176 is #330066. Color #481176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 01110110
Octal 110 21 166
Decimal 72 17 118
Hex 48 11 76

RGB Percentages of Color #481176

%34.78
%8.21
%57.00

CMYK Percentages of Color #481176

%39
%86
%0
%54

Triadic Colors of #481176

#481176 #764811 #117648

Analogous Colors of #481176

#481176 #761172 #151176

Monochromatic Colors of #481176

#481176

Complementary Color

#481176 #3f7611

#481176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481176 Color CSS Codes

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

#481176 Text Font Color

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

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


#481176 Background Color

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

This div background color is #481176


#481176 Border Color

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

This div border color is #481176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481176


Comments

No comments written yet.

Please login to write comment.