Color Hex Logo

#48052b Color Hex

#48052B
(72,5,43)
0 Favorites   0 Comments

Color spaces of #48052b

RGB 72543
HSL0.910.870.15
HSV326°93°28°
CMYK 0.000.930.40   0.72
XYZ3.16281.66072.4393
Yxy1.66070.43550.2287
Hunter Lab12.886821.2572-2.2020
CIE-Lab13.595233.2572-5.3546

#48052b color RGB value is (72,5,43).

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

The process color (four color CMYK) of #48052b color hex is 0.00, 0.93, 0.40, 0.72. Web safe color of #48052b is #330033. Color #48052b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 00101011
Octal 110 5 53
Decimal 72 5 43
Hex 48 5 2B

RGB Percentages of Color #48052b

%60.00
%4.17
%35.83

CMYK Percentages of Color #48052b

%0
%93
%40
%72

Triadic Colors of #48052b

#48052b #2b4805 #052b48

Analogous Colors of #48052b

#48052b #48050a #440548

Monochromatic Colors of #48052b

#48052b

Complementary Color

#48052b #054822

#48052b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48052b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48052b Color CSS Codes

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

#48052b Text Font Color

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

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


#48052b Background Color

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

This div background color is #48052b


#48052b Border Color

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

This div border color is #48052b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48052b

#48052b Color Palettes


Comments

No comments written yet.

Please login to write comment.