Color Hex Logo

#48445e Color Hex

#48445E
(72,68,94)
0 Favorites   0 Comments

Color spaces of #48445e

RGB 726894
HSL0.690.160.32
HSV249°28°37°
CMYK 0.230.280.00   0.63
XYZ6.76006.320111.4533
Yxy6.32010.27550.2576
Hunter Lab25.13984.0033-9.4137
CIE-Lab30.20617.9959-14.7448

#48445e color RGB value is (72,68,94).

#48445e hex color red value is 72, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48445e hue: 0.69 , saturation: 0.16 and the lightness value of 48445e is 0.32.

The process color (four color CMYK) of #48445e color hex is 0.23, 0.28, 0.00, 0.63. Web safe color of #48445e is #333366. Color #48445e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 01011110
Octal 110 104 136
Decimal 72 68 94
Hex 48 44 5E

RGB Percentages of Color #48445e

%30.77
%29.06
%40.17

CMYK Percentages of Color #48445e

%23
%28
%0
%63

Triadic Colors of #48445e

#48445e #5e4844 #445e48

Analogous Colors of #48445e

#48445e #55445e #444d5e

Monochromatic Colors of #48445e

#48445e

Complementary Color

#48445e #5a5e44

#48445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48445e Color CSS Codes

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

#48445e Text Font Color

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

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


#48445e Background Color

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

This div background color is #48445e


#48445e Border Color

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

This div border color is #48445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48445e


Comments

No comments written yet.

Please login to write comment.