Color Hex Logo

#48869a Color Hex

#48869A
(72,134,154)
0 Favorites   0 Comments

Color spaces of #48869a

RGB 72134154
HSL0.540.360.44
HSV195°53°60°
CMYK 0.530.130.00   0.40
XYZ17.030320.761033.6815
Yxy20.76100.23830.2905
Hunter Lab45.5642-13.0204-11.9327
CIE-Lab52.6869-14.1841-16.8356

#48869a color RGB value is (72,134,154).

#48869a hex color red value is 72, green value is 134 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #48869a hue: 0.54 , saturation: 0.36 and the lightness value of 48869a is 0.44.

The process color (four color CMYK) of #48869a color hex is 0.53, 0.13, 0.00, 0.40. Web safe color of #48869a is #339999. Color #48869a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 10011010
Octal 110 206 232
Decimal 72 134 154
Hex 48 86 9A

RGB Percentages of Color #48869a

%20.00
%37.22
%42.78

CMYK Percentages of Color #48869a

%53
%13
%0
%40

Triadic Colors of #48869a

#48869a #9a4886 #869a48

Analogous Colors of #48869a

#48869a #485d9a #489a85

Monochromatic Colors of #48869a

#48869a

Complementary Color

#48869a #9a5c48

#48869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48869a Color CSS Codes

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

#48869a Text Font Color

<p style="color:#48869a">Text here</p>

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


#48869a Background Color

<div style="background-color:#48869a">
Div content here</div>

This div background color is #48869a


#48869a Border Color

<div style="border:3px solid #48869a">
Div here</div>

This div border color is #48869a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48869a


Comments

No comments written yet.

Please login to write comment.