Color Hex Logo

#488389 Color Hex

#488389
(72,131,137)
0 Favorites   0 Comments

Color spaces of #488389

RGB 72131137
HSL0.520.310.41
HSV186°47°54°
CMYK 0.470.040.00   0.46
XYZ15.304119.416526.6080
Yxy19.41650.24950.3166
Hunter Lab44.0642-15.1167-4.9572
CIE-Lab51.1710-17.5149-9.2275

#488389 color RGB value is (72,131,137).

#488389 hex color red value is 72, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #488389 hue: 0.52 , saturation: 0.31 and the lightness value of 488389 is 0.41.

The process color (four color CMYK) of #488389 color hex is 0.47, 0.04, 0.00, 0.46. Web safe color of #488389 is #339999. Color #488389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 10001001
Octal 110 203 211
Decimal 72 131 137
Hex 48 83 89

RGB Percentages of Color #488389

%21.18
%38.53
%40.29

CMYK Percentages of Color #488389

%47
%4
%0
%46

Triadic Colors of #488389

#488389 #894883 #838948

Analogous Colors of #488389

#488389 #486389 #48896f

Monochromatic Colors of #488389

#488389

Complementary Color

#488389 #894e48

#488389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488389 Color CSS Codes

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

#488389 Text Font Color

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

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


#488389 Background Color

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

This div background color is #488389


#488389 Border Color

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

This div border color is #488389


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,131,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488389; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488389;
  -webkit-box-shadow: 1px 1px 3px 2px #488389;
  box-shadow:         1px 1px 3px 2px #488389; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488389


Comments

No comments written yet.

Please login to write comment.