Color Hex Logo

#481294 Color Hex

#481294
(72,18,148)
0 Favorites   0 Comments

Color spaces of #481294

RGB 7218148
HSL0.740.780.33
HSV265°88°58°
CMYK 0.510.880.00   0.42
XYZ8.23413.948428.3451
Yxy3.94840.20320.0974
Hunter Lab19.870639.1945-70.6669
CIE-Lab23.500150.9803-59.5998

#481294 color RGB value is (72,18,148).

#481294 hex color red value is 72, green value is 18 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #481294 hue: 0.74 , saturation: 0.78 and the lightness value of 481294 is 0.33.

The process color (four color CMYK) of #481294 color hex is 0.51, 0.88, 0.00, 0.42. Web safe color of #481294 is #330099. Color #481294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 10010100
Octal 110 22 224
Decimal 72 18 148
Hex 48 12 94

RGB Percentages of Color #481294

%30.25
%7.56
%62.18

CMYK Percentages of Color #481294

%51
%88
%0
%42

Triadic Colors of #481294

#481294 #944812 #129448

Analogous Colors of #481294

#481294 #891294 #121d94

Monochromatic Colors of #481294

#481294

Complementary Color

#481294 #5e9412

#481294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481294 Color CSS Codes

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

#481294 Text Font Color

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

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


#481294 Background Color

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

This div background color is #481294


#481294 Border Color

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

This div border color is #481294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481294


Comments

No comments written yet.

Please login to write comment.