Color Hex Logo

#481d50 Color Hex

#481D50
(72,29,80)
0 Favorites   0 Comments

Color spaces of #481d50

RGB 722980
HSL0.810.470.21
HSV291°64°31°
CMYK 0.100.640.00   0.69
XYZ4.55982.83567.8964
Yxy2.83560.29820.1854
Hunter Lab16.839218.8663-16.0153
CIE-Lab19.373129.2092-22.4158

#481d50 color RGB value is (72,29,80).

#481d50 hex color red value is 72, green value is 29 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #481d50 hue: 0.81 , saturation: 0.47 and the lightness value of 481d50 is 0.21.

The process color (four color CMYK) of #481d50 color hex is 0.10, 0.64, 0.00, 0.69. Web safe color of #481d50 is #333366. Color #481d50 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 01010000
Octal 110 35 120
Decimal 72 29 80
Hex 48 1D 50

RGB Percentages of Color #481d50

%39.78
%16.02
%44.20

CMYK Percentages of Color #481d50

%10
%64
%0
%69

Triadic Colors of #481d50

#481d50 #50481d #1d5048

Analogous Colors of #481d50

#481d50 #501d3f #2f1d50

Monochromatic Colors of #481d50

#481d50

Complementary Color

#481d50 #25501d

#481d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481d50 Color CSS Codes

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

#481d50 Text Font Color

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

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


#481d50 Background Color

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

This div background color is #481d50


#481d50 Border Color

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

This div border color is #481d50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,29,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481d50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481d50;
  -webkit-box-shadow: 1px 1px 3px 2px #481d50;
  box-shadow:         1px 1px 3px 2px #481d50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481d50


Comments

No comments written yet.

Please login to write comment.