Color Hex Logo

#481254 Color Hex

#481254
(72,18,84)
0 Favorites   0 Comments

Color spaces of #481254

RGB 721884
HSL0.800.650.20
HSV289°79°33°
CMYK 0.140.790.00   0.67
XYZ4.48902.45048.6239
Yxy2.45040.28840.1574
Hunter Lab15.653823.7941-21.7062
CIE-Lab17.692835.5067-27.7994

#481254 color RGB value is (72,18,84).

#481254 hex color red value is 72, green value is 18 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #481254 hue: 0.80 , saturation: 0.65 and the lightness value of 481254 is 0.20.

The process color (four color CMYK) of #481254 color hex is 0.14, 0.79, 0.00, 0.67. Web safe color of #481254 is #330066. Color #481254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 01010100
Octal 110 22 124
Decimal 72 18 84
Hex 48 12 54

RGB Percentages of Color #481254

%41.38
%10.34
%48.28

CMYK Percentages of Color #481254

%14
%79
%0
%67

Triadic Colors of #481254

#481254 #544812 #125448

Analogous Colors of #481254

#481254 #54123f #271254

Monochromatic Colors of #481254

#481254

Complementary Color

#481254 #1e5412

#481254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481254 Color CSS Codes

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

#481254 Text Font Color

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

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


#481254 Background Color

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

This div background color is #481254


#481254 Border Color

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

This div border color is #481254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481254


Comments

No comments written yet.

Please login to write comment.