Color Hex Logo

#48153c Color Hex

#48153C
(72,21,60)
0 Favorites   0 Comments

Color spaces of #48153c

RGB 722160
HSL0.870.550.18
HSV314°71°28°
CMYK 0.000.710.17   0.72
XYZ3.75632.24034.5094
Yxy2.24030.35750.2132
Hunter Lab14.967618.6033-7.3854
CIE-Lab16.700929.3592-12.8154

#48153c color RGB value is (72,21,60).

#48153c hex color red value is 72, green value is 21 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #48153c hue: 0.87 , saturation: 0.55 and the lightness value of 48153c is 0.18.

The process color (four color CMYK) of #48153c color hex is 0.00, 0.71, 0.17, 0.72. Web safe color of #48153c is #330033. Color #48153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 00111100
Octal 110 25 74
Decimal 72 21 60
Hex 48 15 3C

RGB Percentages of Color #48153c

%47.06
%13.73
%39.22

CMYK Percentages of Color #48153c

%0
%71
%17
%72

Triadic Colors of #48153c

#48153c #3c4815 #153c48

Analogous Colors of #48153c

#48153c #481523 #3b1548

Monochromatic Colors of #48153c

#48153c

Complementary Color

#48153c #154821

#48153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48153c Color CSS Codes

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

#48153c Text Font Color

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

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


#48153c Background Color

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

This div background color is #48153c


#48153c Border Color

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

This div border color is #48153c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,21,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48153c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48153c;
  -webkit-box-shadow: 1px 1px 3px 2px #48153c;
  box-shadow:         1px 1px 3px 2px #48153c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48153c


Comments

No comments written yet.

Please login to write comment.