Color Hex Logo

#488395 Color Hex

#488395
(72,131,149)
0 Favorites   0 Comments

Color spaces of #488395

RGB 72131149
HSL0.540.350.43
HSV194°52°58°
CMYK 0.520.120.00   0.42
XYZ16.213619.780231.3972
Yxy19.78020.24060.2935
Hunter Lab44.4749-12.7579-10.7235
CIE-Lab51.5878-14.0264-15.6010

#488395 color RGB value is (72,131,149).

#488395 hex color red value is 72, green value is 131 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #488395 hue: 0.54 , saturation: 0.35 and the lightness value of 488395 is 0.43.

The process color (four color CMYK) of #488395 color hex is 0.52, 0.12, 0.00, 0.42. Web safe color of #488395 is #339999. Color #488395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 10010101
Octal 110 203 225
Decimal 72 131 149
Hex 48 83 95

RGB Percentages of Color #488395

%20.45
%37.22
%42.33

CMYK Percentages of Color #488395

%52
%12
%0
%42

Triadic Colors of #488395

#488395 #954883 #839548

Analogous Colors of #488395

#488395 #485d95 #489581

Monochromatic Colors of #488395

#488395

Complementary Color

#488395 #955a48

#488395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488395 Color CSS Codes

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

#488395 Text Font Color

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

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


#488395 Background Color

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

This div background color is #488395


#488395 Border Color

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

This div border color is #488395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488395


Comments

No comments written yet.

Please login to write comment.