Color Hex Logo

#48062a Color Hex

#48062A
(72,6,42)
0 Favorites   0 Comments

Color spaces of #48062a

RGB 72642
HSL0.910.850.15
HSV327°92°28°
CMYK 0.000.920.42   0.72
XYZ3.15551.67512.3475
Yxy1.67510.43960.2334
Hunter Lab12.942620.8702-1.6941
CIE-Lab13.680532.7657-4.4912

#48062a color RGB value is (72,6,42).

#48062a hex color red value is 72, green value is 6 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #48062a hue: 0.91 , saturation: 0.85 and the lightness value of 48062a is 0.15.

The process color (four color CMYK) of #48062a color hex is 0.00, 0.92, 0.42, 0.72. Web safe color of #48062a is #330033. Color #48062a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 00101010
Octal 110 6 52
Decimal 72 6 42
Hex 48 6 2A

RGB Percentages of Color #48062a

%60.00
%5.00
%35.00

CMYK Percentages of Color #48062a

%0
%92
%42
%72

Triadic Colors of #48062a

#48062a #2a4806 #062a48

Analogous Colors of #48062a

#48062a #480609 #450648

Monochromatic Colors of #48062a

#48062a

Complementary Color

#48062a #064824

#48062a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48062a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48062a Color CSS Codes

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

#48062a Text Font Color

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

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


#48062a Background Color

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

This div background color is #48062a


#48062a Border Color

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

This div border color is #48062a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,6,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48062a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48062a;
  -webkit-box-shadow: 1px 1px 3px 2px #48062a;
  box-shadow:         1px 1px 3px 2px #48062a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48062a


Comments

No comments written yet.

Please login to write comment.