Color Hex Logo

#48829d Color Hex

#48829D
(72,130,157)
0 Favorites   0 Comments

Color spaces of #48829d

RGB 72130157
HSL0.550.370.45
HSV199°54°62°
CMYK 0.540.170.00   0.38
XYZ16.740919.777334.8333
Yxy19.77730.23460.2772
Hunter Lab44.4717-10.6310-15.3099
CIE-Lab51.5845-11.0380-20.2610

#48829d color RGB value is (72,130,157).

#48829d hex color red value is 72, green value is 130 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #48829d hue: 0.55 , saturation: 0.37 and the lightness value of 48829d is 0.45.

The process color (four color CMYK) of #48829d color hex is 0.54, 0.17, 0.00, 0.38. Web safe color of #48829d is #339999. Color #48829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 10011101
Octal 110 202 235
Decimal 72 130 157
Hex 48 82 9D

RGB Percentages of Color #48829d

%20.06
%36.21
%43.73

CMYK Percentages of Color #48829d

%54
%17
%0
%38

Triadic Colors of #48829d

#48829d #9d4882 #829d48

Analogous Colors of #48829d

#48829d #48579d #489d8e

Monochromatic Colors of #48829d

#48829d

Complementary Color

#48829d #9d6348

#48829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48829d Color CSS Codes

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

#48829d Text Font Color

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

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


#48829d Background Color

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

This div background color is #48829d


#48829d Border Color

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

This div border color is #48829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48829d


Comments

No comments written yet.

Please login to write comment.