Color Hex Logo

#488988 Color Hex

#488988
(72,137,136)
0 Favorites   0 Comments

Color spaces of #488988

RGB 72137136
HSL0.500.310.41
HSV179°47°54°
CMYK 0.470.000.01   0.46
XYZ16.062121.046626.5084
Yxy21.04660.25250.3308
Hunter Lab45.8766-17.7884-2.1453
CIE-Lab53.0005-20.9819-5.9170

#488988 color RGB value is (72,137,136).

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

The process color (four color CMYK) of #488988 color hex is 0.47, 0.00, 0.01, 0.46. Web safe color of #488988 is #339999. Color #488988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 10001000
Octal 110 211 210
Decimal 72 137 136
Hex 48 89 88

RGB Percentages of Color #488988

%20.87
%39.71
%39.42

CMYK Percentages of Color #488988

%47
%0
%1
%46

Triadic Colors of #488988

#488988 #884889 #898848

Analogous Colors of #488988

#488988 #486a89 #488968

Monochromatic Colors of #488988

#488988

Complementary Color

#488988 #894849

#488988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488988 Color CSS Codes

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

#488988 Text Font Color

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

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


#488988 Background Color

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

This div background color is #488988


#488988 Border Color

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

This div border color is #488988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488988


Comments

No comments written yet.

Please login to write comment.