Color Hex Logo

#48607d Color Hex

#48607D
(72,96,125)
0 Favorites   0 Comments

Color spaces of #48607d

RGB 7296125
HSL0.590.270.39
HSV213°42°49°
CMYK 0.420.230.00   0.51
XYZ10.557011.224121.0121
Yxy11.22410.24670.2623
Hunter Lab33.5024-2.3817-13.7340
CIE-Lab39.9554-0.8407-19.1009

#48607d color RGB value is (72,96,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 01111101
Octal 110 140 175
Decimal 72 96 125
Hex 48 60 7D

RGB Percentages of Color #48607d

%24.57
%32.76
%42.66

CMYK Percentages of Color #48607d

%42
%23
%0
%51

Triadic Colors of #48607d

#48607d #7d4860 #607d48

Analogous Colors of #48607d

#48607d #4b487d #487b7d

Monochromatic Colors of #48607d

#48607d

Complementary Color

#48607d #7d6548

#48607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48607d Color CSS Codes

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

#48607d Text Font Color

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

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


#48607d Background Color

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

This div background color is #48607d


#48607d Border Color

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

This div border color is #48607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48607d


Comments

No comments written yet.

Please login to write comment.