Color Hex Logo

#48053d Color Hex

#48053D
(72,5,61)
0 Favorites   0 Comments

Color spaces of #48053d

RGB 72561
HSL0.860.870.15
HSV310°93°28°
CMYK 0.000.930.15   0.72
XYZ3.56911.82324.5787
Yxy1.82320.35790.1829
Hunter Lab13.502623.5528-10.6533
CIE-Lab14.530735.8363-16.9099

#48053d color RGB value is (72,5,61).

#48053d hex color red value is 72, green value is 5 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #48053d hue: 0.86 , saturation: 0.87 and the lightness value of 48053d is 0.15.

The process color (four color CMYK) of #48053d color hex is 0.00, 0.93, 0.15, 0.72. Web safe color of #48053d is #330033. Color #48053d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 00111101
Octal 110 5 75
Decimal 72 5 61
Hex 48 5 3D

RGB Percentages of Color #48053d

%52.17
%3.62
%44.20

CMYK Percentages of Color #48053d

%0
%93
%15
%72

Triadic Colors of #48053d

#48053d #3d4805 #053d48

Analogous Colors of #48053d

#48053d #48051c #320548

Monochromatic Colors of #48053d

#48053d

Complementary Color

#48053d #054810

#48053d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48053d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48053d Color CSS Codes

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

#48053d Text Font Color

<p style="color:#48053d">Text here</p>

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


#48053d Background Color

<div style="background-color:#48053d">
Div content here</div>

This div background color is #48053d


#48053d Border Color

<div style="border:3px solid #48053d">
Div here</div>

This div border color is #48053d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,5,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48053d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48053d;
  -webkit-box-shadow: 1px 1px 3px 2px #48053d;
  box-shadow:         1px 1px 3px 2px #48053d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48053d


Comments

No comments written yet.

Please login to write comment.