Color Hex Logo

#48172a Color Hex

#48172A
(72,23,42)
0 Favorites   0 Comments

Color spaces of #48172a

RGB 722342
HSL0.940.520.19
HSV337°68°28°
CMYK 0.000.680.42   0.72
XYZ3.39682.15772.4279
Yxy2.15770.42550.2703
Hunter Lab14.689115.57150.4826
CIE-Lab16.294025.4968-0.6136

#48172a color RGB value is (72,23,42).

#48172a hex color red value is 72, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #48172a hue: 0.94 , saturation: 0.52 and the lightness value of 48172a is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00101010
Octal 110 27 52
Decimal 72 23 42
Hex 48 17 2A

RGB Percentages of Color #48172a

%52.55
%16.79
%30.66

CMYK Percentages of Color #48172a

%0
%68
%42
%72

Triadic Colors of #48172a

#48172a #2a4817 #172a48

Analogous Colors of #48172a

#48172a #481d17 #481743

Monochromatic Colors of #48172a

#48172a

Complementary Color

#48172a #174835

#48172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48172a Color CSS Codes

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

#48172a Text Font Color

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

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


#48172a Background Color

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

This div background color is #48172a


#48172a Border Color

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

This div border color is #48172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48172a


Comments

No comments written yet.

Please login to write comment.