Color Hex Logo

#481789 Color Hex

#481789
(72,23,137)
0 Favorites   0 Comments

Color spaces of #481789

RGB 7223137
HSL0.740.710.31
HSV266°83°54°
CMYK 0.470.830.00   0.46
XYZ7.49423.796724.0047
Yxy3.79670.21230.1076
Hunter Lab19.485134.5542-59.4027
CIE-Lab22.987646.3536-53.6009

#481789 color RGB value is (72,23,137).

#481789 hex color red value is 72, green value is 23 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #481789 hue: 0.74 , saturation: 0.71 and the lightness value of 481789 is 0.31.

The process color (four color CMYK) of #481789 color hex is 0.47, 0.83, 0.00, 0.46. Web safe color of #481789 is #330099. Color #481789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 10001001
Octal 110 27 211
Decimal 72 23 137
Hex 48 17 89

RGB Percentages of Color #481789

%31.03
%9.91
%59.05

CMYK Percentages of Color #481789

%47
%83
%0
%46

Triadic Colors of #481789

#481789 #894817 #178948

Analogous Colors of #481789

#481789 #811789 #171f89

Monochromatic Colors of #481789

#481789

Complementary Color

#481789 #588917

#481789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481789 Color CSS Codes

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

#481789 Text Font Color

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

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


#481789 Background Color

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

This div background color is #481789


#481789 Border Color

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

This div border color is #481789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481789


Comments

No comments written yet.

Please login to write comment.