Color Hex Logo

#48345e Color Hex

#48345E
(72,52,94)
0 Favorites   0 Comments

Color spaces of #48345e

RGB 725294
HSL0.750.290.29
HSV269°45°37°
CMYK 0.230.450.00   0.63
XYZ5.92094.641911.1736
Yxy4.64190.27240.2136
Hunter Lab21.545111.3505-15.6671
CIE-Lab25.689218.5127-21.7577

#48345e color RGB value is (72,52,94).

#48345e hex color red value is 72, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48345e hue: 0.75 , saturation: 0.29 and the lightness value of 48345e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 01011110
Octal 110 64 136
Decimal 72 52 94
Hex 48 34 5E

RGB Percentages of Color #48345e

%33.03
%23.85
%43.12

CMYK Percentages of Color #48345e

%23
%45
%0
%63

Triadic Colors of #48345e

#48345e #5e4834 #345e48

Analogous Colors of #48345e

#48345e #5d345e #34355e

Monochromatic Colors of #48345e

#48345e

Complementary Color

#48345e #4a5e34

#48345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48345e Color CSS Codes

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

#48345e Text Font Color

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

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


#48345e Background Color

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

This div background color is #48345e


#48345e Border Color

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

This div border color is #48345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48345e


Comments

No comments written yet.

Please login to write comment.