Color Hex Logo

#48213e Color Hex

#48213E
(72,33,62)
0 Favorites   0 Comments

Color spaces of #48213e

RGB 723362
HSL0.880.370.21
HSV315°54°28°
CMYK 0.000.540.14   0.72
XYZ4.08582.81324.8851
Yxy2.81320.34670.2387
Hunter Lab16.772614.1305-5.5277
CIE-Lab19.279723.0848-10.2399

#48213e color RGB value is (72,33,62).

#48213e hex color red value is 72, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #48213e hue: 0.88 , saturation: 0.37 and the lightness value of 48213e is 0.21.

The process color (four color CMYK) of #48213e color hex is 0.00, 0.54, 0.14, 0.72. Web safe color of #48213e is #333333. Color #48213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00111110
Octal 110 41 76
Decimal 72 33 62
Hex 48 21 3E

RGB Percentages of Color #48213e

%43.11
%19.76
%37.13

CMYK Percentages of Color #48213e

%0
%54
%14
%72

Triadic Colors of #48213e

#48213e #3e4821 #213e48

Analogous Colors of #48213e

#48213e #48212b #3f2148

Monochromatic Colors of #48213e

#48213e

Complementary Color

#48213e #21482b

#48213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48213e Color CSS Codes

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

#48213e Text Font Color

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

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


#48213e Background Color

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

This div background color is #48213e


#48213e Border Color

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

This div border color is #48213e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,33,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 #48213e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48213e


Comments

No comments written yet.

Please login to write comment.