Color Hex Logo

#481574 Color Hex

#481574
(72,21,116)
0 Favorites   0 Comments

Color spaces of #481574

RGB 7221116
HSL0.760.690.27
HSV272°82°45°
CMYK 0.380.820.00   0.55
XYZ6.09303.175016.8147
Yxy3.17500.23360.1217
Hunter Lab17.818529.8552-43.4769
CIE-Lab20.731541.7838-43.9714

#481574 color RGB value is (72,21,116).

#481574 hex color red value is 72, green value is 21 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #481574 hue: 0.76 , saturation: 0.69 and the lightness value of 481574 is 0.27.

The process color (four color CMYK) of #481574 color hex is 0.38, 0.82, 0.00, 0.55. Web safe color of #481574 is #330066. Color #481574 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 01110100
Octal 110 25 164
Decimal 72 21 116
Hex 48 15 74

RGB Percentages of Color #481574

%34.45
%10.05
%55.50

CMYK Percentages of Color #481574

%38
%82
%0
%55

Triadic Colors of #481574

#481574 #744815 #157448

Analogous Colors of #481574

#481574 #741571 #181574

Monochromatic Colors of #481574

#481574

Complementary Color

#481574 #417415

#481574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481574 Color CSS Codes

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

#481574 Text Font Color

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

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


#481574 Background Color

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

This div background color is #481574


#481574 Border Color

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

This div border color is #481574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481574


Comments

No comments written yet.

Please login to write comment.