Color Hex Logo

#481f50 Color Hex

#481F50
(72,31,80)
0 Favorites   0 Comments

Color spaces of #481f50

RGB 723180
HSL0.810.440.22
HSV290°61°31°
CMYK 0.100.610.00   0.69
XYZ4.61042.93697.9133
Yxy2.93690.29820.1900
Hunter Lab17.137418.0307-15.3814
CIE-Lab19.789428.0844-21.7575

#481f50 color RGB value is (72,31,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 01010000
Octal 110 37 120
Decimal 72 31 80
Hex 48 1F 50

RGB Percentages of Color #481f50

%39.34
%16.94
%43.72

CMYK Percentages of Color #481f50

%10
%61
%0
%69

Triadic Colors of #481f50

#481f50 #50481f #1f5048

Analogous Colors of #481f50

#481f50 #501f40 #301f50

Monochromatic Colors of #481f50

#481f50

Complementary Color

#481f50 #27501f

#481f50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481f50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481f50 Color CSS Codes

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

#481f50 Text Font Color

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

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


#481f50 Background Color

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

This div background color is #481f50


#481f50 Border Color

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

This div border color is #481f50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,31,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 #481f50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481f50


Comments

No comments written yet.

Please login to write comment.