Color Hex Logo

#481950 Color Hex

#481950
(72,25,80)
0 Favorites   0 Comments

Color spaces of #481950

RGB 722580
HSL0.810.520.21
HSV291°69°31°
CMYK 0.100.690.00   0.69
XYZ4.46812.65227.8658
Yxy2.65220.29810.1770
Hunter Lab16.285620.4734-17.2367
CIE-Lab18.593431.3438-23.6522

#481950 color RGB value is (72,25,80).

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

The process color (four color CMYK) of #481950 color hex is 0.10, 0.69, 0.00, 0.69. Web safe color of #481950 is #330066. Color #481950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 01010000
Octal 110 31 120
Decimal 72 25 80
Hex 48 19 50

RGB Percentages of Color #481950

%40.68
%14.12
%45.20

CMYK Percentages of Color #481950

%10
%69
%0
%69

Triadic Colors of #481950

#481950 #504819 #195048

Analogous Colors of #481950

#481950 #50193c #2d1950

Monochromatic Colors of #481950

#481950

Complementary Color

#481950 #215019

#481950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481950 Color CSS Codes

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

#481950 Text Font Color

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

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


#481950 Background Color

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

This div background color is #481950


#481950 Border Color

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

This div border color is #481950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481950


Comments

No comments written yet.

Please login to write comment.