Color Hex Logo

#488497 Color Hex

#488497
(72,132,151)
0 Favorites   0 Comments

Color spaces of #488497

RGB 72132151
HSL0.540.350.44
HSV194°52°59°
CMYK 0.520.130.00   0.41
XYZ16.509720.114632.2905
Yxy20.11460.23960.2919
Hunter Lab44.8493-12.7778-11.2930
CIE-Lab51.9665-13.9810-16.1894

#488497 color RGB value is (72,132,151).

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

The process color (four color CMYK) of #488497 color hex is 0.52, 0.13, 0.00, 0.41. Web safe color of #488497 is #339999. Color #488497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000100 10010111
Octal 110 204 227
Decimal 72 132 151
Hex 48 84 97

RGB Percentages of Color #488497

%20.28
%37.18
%42.54

CMYK Percentages of Color #488497

%52
%13
%0
%41

Triadic Colors of #488497

#488497 #974884 #849748

Analogous Colors of #488497

#488497 #485d97 #489783

Monochromatic Colors of #488497

#488497

Complementary Color

#488497 #975b48

#488497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488497 Color CSS Codes

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

#488497 Text Font Color

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

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


#488497 Background Color

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

This div background color is #488497


#488497 Border Color

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

This div border color is #488497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488497


Comments

No comments written yet.

Please login to write comment.