Color Hex Logo

#48808d Color Hex

#48808D
(72,128,141)
0 Favorites   0 Comments

Color spaces of #48808d

RGB 72128141
HSL0.530.320.42
HSV191°49°55°
CMYK 0.490.090.00   0.45
XYZ15.199418.739128.0152
Yxy18.73910.24530.3025
Hunter Lab43.2887-13.0808-8.0687
CIE-Lab50.3806-14.7297-12.7568

#48808d color RGB value is (72,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 10001101
Octal 110 200 215
Decimal 72 128 141
Hex 48 80 8D

RGB Percentages of Color #48808d

%21.11
%37.54
%41.35

CMYK Percentages of Color #48808d

%49
%9
%0
%45

Triadic Colors of #48808d

#48808d #8d4880 #808d48

Analogous Colors of #48808d

#48808d #485e8d #488d78

Monochromatic Colors of #48808d

#48808d

Complementary Color

#48808d #8d5548

#48808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48808d Color CSS Codes

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

#48808d Text Font Color

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

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


#48808d Background Color

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

This div background color is #48808d


#48808d Border Color

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

This div border color is #48808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48808d


Comments

No comments written yet.

Please login to write comment.