Color Hex Logo

#48103b Color Hex

#48103B
(72,16,59)
0 Favorites   0 Comments

Color spaces of #48103b

RGB 721659
HSL0.870.640.17
HSV314°78°28°
CMYK 0.000.780.18   0.72
XYZ3.64722.06414.3438
Yxy2.06410.36270.2053
Hunter Lab14.367020.1718-7.8692
CIE-Lab15.820131.4908-13.4764

#48103b color RGB value is (72,16,59).

#48103b hex color red value is 72, green value is 16 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #48103b hue: 0.87 , saturation: 0.64 and the lightness value of 48103b is 0.17.

The process color (four color CMYK) of #48103b color hex is 0.00, 0.78, 0.18, 0.72. Web safe color of #48103b is #330033. Color #48103b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00111011
Octal 110 20 73
Decimal 72 16 59
Hex 48 10 3B

RGB Percentages of Color #48103b

%48.98
%10.88
%40.14

CMYK Percentages of Color #48103b

%0
%78
%18
%72

Triadic Colors of #48103b

#48103b #3b4810 #103b48

Analogous Colors of #48103b

#48103b #48101f #391048

Monochromatic Colors of #48103b

#48103b

Complementary Color

#48103b #10481d

#48103b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48103b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48103b Color CSS Codes

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

#48103b Text Font Color

<p style="color:#48103b">Text here</p>

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


#48103b Background Color

<div style="background-color:#48103b">
Div content here</div>

This div background color is #48103b


#48103b Border Color

<div style="border:3px solid #48103b">
Div here</div>

This div border color is #48103b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,16,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48103b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48103b;
  -webkit-box-shadow: 1px 1px 3px 2px #48103b;
  box-shadow:         1px 1px 3px 2px #48103b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48103b


Comments

No comments written yet.

Please login to write comment.