Color Hex Logo

#48508d Color Hex

#48508D
(72,80,141)
0 Favorites   0 Comments

Color spaces of #48508d

RGB 7280141
HSL0.650.320.42
HSV233°49°55°
CMYK 0.490.430.00   0.45
XYZ10.34899.038126.3984
Yxy9.03810.22600.1974
Hunter Lab30.06348.8350-31.0176
CIE-Lab36.057514.3706-34.9560

#48508d color RGB value is (72,80,141).

#48508d hex color red value is 72, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #48508d hue: 0.65 , saturation: 0.32 and the lightness value of 48508d is 0.42.

The process color (four color CMYK) of #48508d color hex is 0.49, 0.43, 0.00, 0.45. Web safe color of #48508d is #336699. Color #48508d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 10001101
Octal 110 120 215
Decimal 72 80 141
Hex 48 50 8D

RGB Percentages of Color #48508d

%24.57
%27.30
%48.12

CMYK Percentages of Color #48508d

%49
%43
%0
%45

Triadic Colors of #48508d

#48508d #8d4850 #508d48

Analogous Colors of #48508d

#48508d #63488d #48738d

Monochromatic Colors of #48508d

#48508d

Complementary Color

#48508d #8d8548

#48508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48508d Color CSS Codes

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

#48508d Text Font Color

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

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


#48508d Background Color

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

This div background color is #48508d


#48508d Border Color

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

This div border color is #48508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48508d


Comments

No comments written yet.

Please login to write comment.