Color Hex Logo

#48193e Color Hex

#48193E
(72,25,62)
0 Favorites   0 Comments

Color spaces of #48193e

RGB 722562
HSL0.870.480.19
HSV313°65°28°
CMYK 0.000.650.14   0.72
XYZ3.88962.42084.8197
Yxy2.42080.34950.2175
Hunter Lab15.558917.3954-7.4751
CIE-Lab17.556627.6623-12.8922

#48193e color RGB value is (72,25,62).

#48193e hex color red value is 72, green value is 25 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #48193e hue: 0.87 , saturation: 0.48 and the lightness value of 48193e is 0.19.

The process color (four color CMYK) of #48193e color hex is 0.00, 0.65, 0.14, 0.72. Web safe color of #48193e is #330033. Color #48193e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 00111110
Octal 110 31 76
Decimal 72 25 62
Hex 48 19 3E

RGB Percentages of Color #48193e

%45.28
%15.72
%38.99

CMYK Percentages of Color #48193e

%0
%65
%14
%72

Triadic Colors of #48193e

#48193e #3e4819 #193e48

Analogous Colors of #48193e

#48193e #481927 #3b1948

Monochromatic Colors of #48193e

#48193e

Complementary Color

#48193e #194823

#48193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48193e Color CSS Codes

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

#48193e Text Font Color

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

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


#48193e Background Color

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

This div background color is #48193e


#48193e Border Color

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

This div border color is #48193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48193e


Comments

No comments written yet.

Please login to write comment.