Color Hex Logo

#48868d Color Hex

#48868D
(72,134,141)
0 Favorites   0 Comments

Color spaces of #48868d

RGB 72134141
HSL0.520.320.42
HSV186°49°55°
CMYK 0.490.050.00   0.45
XYZ16.005320.351028.2839
Yxy20.35100.24760.3148
Hunter Lab45.1121-15.6162-5.5946
CIE-Lab52.2318-17.9947-9.9705

#48868d color RGB value is (72,134,141).

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

The process color (four color CMYK) of #48868d color hex is 0.49, 0.05, 0.00, 0.45. Web safe color of #48868d is #339999. Color #48868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 10001101
Octal 110 206 215
Decimal 72 134 141
Hex 48 86 8D

RGB Percentages of Color #48868d

%20.75
%38.62
%40.63

CMYK Percentages of Color #48868d

%49
%5
%0
%45

Triadic Colors of #48868d

#48868d #8d4886 #868d48

Analogous Colors of #48868d

#48868d #48648d #488d72

Monochromatic Colors of #48868d

#48868d

Complementary Color

#48868d #8d4f48

#48868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48868d Color CSS Codes

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

#48868d Text Font Color

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

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


#48868d Background Color

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

This div background color is #48868d


#48868d Border Color

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

This div border color is #48868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48868d


Comments

No comments written yet.

Please login to write comment.