Color Hex Logo

#48081e Color Hex

#48081E
(72,8,30)
0 Favorites   0 Comments

Color spaces of #48081e

RGB 72830
HSL0.940.800.16
HSV339°89°28°
CMYK 0.000.890.58   0.72
XYZ2.99371.64511.3881
Yxy1.64510.49670.2730
Hunter Lab12.826119.21722.5617
CIE-Lab13.502330.73914.1445

#48081e color RGB value is (72,8,30).

#48081e hex color red value is 72, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #48081e hue: 0.94 , saturation: 0.80 and the lightness value of 48081e is 0.16.

The process color (four color CMYK) of #48081e color hex is 0.00, 0.89, 0.58, 0.72. Web safe color of #48081e is #330033. Color #48081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 00011110
Octal 110 10 36
Decimal 72 8 30
Hex 48 8 1E

RGB Percentages of Color #48081e

%65.45
%7.27
%27.27

CMYK Percentages of Color #48081e

%0
%89
%58
%72

Triadic Colors of #48081e

#48081e #1e4808 #081e48

Analogous Colors of #48081e

#48081e #481208 #48083e

Monochromatic Colors of #48081e

#48081e

Complementary Color

#48081e #084832

#48081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48081e Color CSS Codes

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

#48081e Text Font Color

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

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


#48081e Background Color

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

This div background color is #48081e


#48081e Border Color

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

This div border color is #48081e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,8,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48081e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48081e;
  -webkit-box-shadow: 1px 1px 3px 2px #48081e;
  box-shadow:         1px 1px 3px 2px #48081e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48081e


Comments

No comments written yet.

Please login to write comment.