Color Hex Logo

#481171 Color Hex

#481171
(72,17,113)
0 Favorites   0 Comments

Color spaces of #481171

RGB 7217113
HSL0.760.740.25
HSV274°85°44°
CMYK 0.360.850.00   0.56
XYZ5.85362.970915.8877
Yxy2.97090.23690.1202
Hunter Lab17.236330.4567-42.5856
CIE-Lab19.927042.5959-43.3493

#481171 color RGB value is (72,17,113).

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

The process color (four color CMYK) of #481171 color hex is 0.36, 0.85, 0.00, 0.56. Web safe color of #481171 is #330066. Color #481171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 01110001
Octal 110 21 161
Decimal 72 17 113
Hex 48 11 71

RGB Percentages of Color #481171

%35.64
%8.42
%55.94

CMYK Percentages of Color #481171

%36
%85
%0
%56

Triadic Colors of #481171

#481171 #714811 #117148

Analogous Colors of #481171

#481171 #71116a #181171

Monochromatic Colors of #481171

#481171

Complementary Color

#481171 #3a7111

#481171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481171 Color CSS Codes

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

#481171 Text Font Color

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

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


#481171 Background Color

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

This div background color is #481171


#481171 Border Color

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

This div border color is #481171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481171


Comments

No comments written yet.

Please login to write comment.