Color Hex Logo

#48608f Color Hex

#48608F
(72,96,143)
0 Favorites   0 Comments

Color spaces of #48608f

RGB 7296143
HSL0.610.330.42
HSV220°50°56°
CMYK 0.500.330.00   0.44
XYZ11.813311.726627.6274
Yxy11.72660.23090.2292
Hunter Lab34.24411.6505-23.8630
CIE-Lab40.77834.7913-28.7229

#48608f color RGB value is (72,96,143).

#48608f hex color red value is 72, green value is 96 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #48608f hue: 0.61 , saturation: 0.33 and the lightness value of 48608f is 0.42.

The process color (four color CMYK) of #48608f color hex is 0.50, 0.33, 0.00, 0.44. Web safe color of #48608f is #336699. Color #48608f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 10001111
Octal 110 140 217
Decimal 72 96 143
Hex 48 60 8F

RGB Percentages of Color #48608f

%23.15
%30.87
%45.98

CMYK Percentages of Color #48608f

%50
%33
%0
%44

Triadic Colors of #48608f

#48608f #8f4860 #608f48

Analogous Colors of #48608f

#48608f #54488f #48848f

Monochromatic Colors of #48608f

#48608f

Complementary Color

#48608f #8f7748

#48608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48608f Color CSS Codes

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

#48608f Text Font Color

<p style="color:#48608f">Text here</p>

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


#48608f Background Color

<div style="background-color:#48608f">
Div content here</div>

This div background color is #48608f


#48608f Border Color

<div style="border:3px solid #48608f">
Div here</div>

This div border color is #48608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48608f

#48608f Color Palettes


Comments

No comments written yet.

Please login to write comment.