Color Hex Logo

#488090 Color Hex

#488090
(72,128,144)
0 Favorites   0 Comments

Color spaces of #488090

RGB 72128144
HSL0.540.330.42
HSV193°50°56°
CMYK 0.500.110.00   0.44
XYZ15.425718.829729.2070
Yxy18.82970.24310.2967
Hunter Lab43.3932-12.4838-9.5315
CIE-Lab50.4874-13.8498-14.3515

#488090 color RGB value is (72,128,144).

#488090 hex color red value is 72, green value is 128 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #488090 hue: 0.54 , saturation: 0.33 and the lightness value of 488090 is 0.42.

The process color (four color CMYK) of #488090 color hex is 0.50, 0.11, 0.00, 0.44. Web safe color of #488090 is #339999. Color #488090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 10010000
Octal 110 200 220
Decimal 72 128 144
Hex 48 80 90

RGB Percentages of Color #488090

%20.93
%37.21
%41.86

CMYK Percentages of Color #488090

%50
%11
%0
%44

Triadic Colors of #488090

#488090 #904880 #809048

Analogous Colors of #488090

#488090 #485c90 #48907c

Monochromatic Colors of #488090

#488090

Complementary Color

#488090 #905848

#488090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488090 Color CSS Codes

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

#488090 Text Font Color

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

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


#488090 Background Color

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

This div background color is #488090


#488090 Border Color

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

This div border color is #488090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488090


Comments

No comments written yet.

Please login to write comment.