Color Hex Logo

#488380 Color Hex

#488380
(72,131,128)
0 Favorites   0 Comments

Color spaces of #488380

RGB 72131128
HSL0.490.290.40
HSV177°45°51°
CMYK 0.450.000.02   0.49
XYZ14.685119.168823.3480
Yxy19.16880.25670.3351
Hunter Lab43.7822-16.7477-0.9704
CIE-Lab50.8841-19.9964-4.3915

#488380 color RGB value is (72,131,128).

#488380 hex color red value is 72, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #488380 hue: 0.49 , saturation: 0.29 and the lightness value of 488380 is 0.40.

The process color (four color CMYK) of #488380 color hex is 0.45, 0.00, 0.02, 0.49. Web safe color of #488380 is #339999. Color #488380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 10000000
Octal 110 203 200
Decimal 72 131 128
Hex 48 83 80

RGB Percentages of Color #488380

%21.75
%39.58
%38.67

CMYK Percentages of Color #488380

%45
%0
%2
%49

Triadic Colors of #488380

#488380 #804883 #838048

Analogous Colors of #488380

#488380 #486983 #488363

Monochromatic Colors of #488380

#488380

Complementary Color

#488380 #83484b

#488380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488380 Color CSS Codes

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

#488380 Text Font Color

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

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


#488380 Background Color

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

This div background color is #488380


#488380 Border Color

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

This div border color is #488380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488380

#488380 Color Palettes


Comments

No comments written yet.

Please login to write comment.