Color Hex Logo

#48537d Color Hex

#48537D
(72,83,125)
0 Favorites   0 Comments

Color spaces of #48537d

RGB 7283125
HSL0.630.270.39
HSV228°42°49°
CMYK 0.420.340.00   0.51
XYZ9.46749.044920.6489
Yxy9.04490.24180.2310
Hunter Lab30.07473.5602-19.6554
CIE-Lab36.07067.3332-25.1290

#48537d color RGB value is (72,83,125).

#48537d hex color red value is 72, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #48537d hue: 0.63 , saturation: 0.27 and the lightness value of 48537d is 0.39.

The process color (four color CMYK) of #48537d color hex is 0.42, 0.34, 0.00, 0.51. Web safe color of #48537d is #336666. Color #48537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010011 01111101
Octal 110 123 175
Decimal 72 83 125
Hex 48 53 7D

RGB Percentages of Color #48537d

%25.71
%29.64
%44.64

CMYK Percentages of Color #48537d

%42
%34
%0
%51

Triadic Colors of #48537d

#48537d #7d4853 #537d48

Analogous Colors of #48537d

#48537d #58487d #486e7d

Monochromatic Colors of #48537d

#48537d

Complementary Color

#48537d #7d7248

#48537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48537d Color CSS Codes

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

#48537d Text Font Color

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

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


#48537d Background Color

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

This div background color is #48537d


#48537d Border Color

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

This div border color is #48537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48537d


Comments

No comments written yet.

Please login to write comment.