Color Hex Logo

#48345d Color Hex

#48345D
(72,52,93)
0 Favorites   0 Comments

Color spaces of #48345d

RGB 725293
HSL0.750.280.28
HSV269°44°36°
CMYK 0.230.440.00   0.64
XYZ5.87634.624010.9387
Yxy4.62400.27410.2157
Hunter Lab21.503511.1479-15.1080
CIE-Lab25.635518.2450-21.1894

#48345d color RGB value is (72,52,93).

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

The process color (four color CMYK) of #48345d color hex is 0.23, 0.44, 0.00, 0.64. Web safe color of #48345d is #333366. Color #48345d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 01011101
Octal 110 64 135
Decimal 72 52 93
Hex 48 34 5D

RGB Percentages of Color #48345d

%33.18
%23.96
%42.86

CMYK Percentages of Color #48345d

%23
%44
%0
%64

Triadic Colors of #48345d

#48345d #5d4834 #345d48

Analogous Colors of #48345d

#48345d #5d345d #34355d

Monochromatic Colors of #48345d

#48345d

Complementary Color

#48345d #495d34

#48345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48345d Color CSS Codes

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

#48345d Text Font Color

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

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


#48345d Background Color

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

This div background color is #48345d


#48345d Border Color

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

This div border color is #48345d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48345d


Comments

No comments written yet.

Please login to write comment.