Color Hex Logo

#488498 Color Hex

#488498
(72,132,152)
0 Favorites   0 Comments

Color spaces of #488498

RGB 72132152
HSL0.540.360.44
HSV195°53°60°
CMYK 0.530.130.00   0.40
XYZ16.591220.147232.7201
Yxy20.14720.23890.2901
Hunter Lab44.8856-12.5704-11.8005
CIE-Lab52.0032-13.6809-16.7150

#488498 color RGB value is (72,132,152).

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

The process color (four color CMYK) of #488498 color hex is 0.53, 0.13, 0.00, 0.40. Web safe color of #488498 is #339999. Color #488498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000100 10011000
Octal 110 204 230
Decimal 72 132 152
Hex 48 84 98

RGB Percentages of Color #488498

%20.22
%37.08
%42.70

CMYK Percentages of Color #488498

%53
%13
%0
%40

Triadic Colors of #488498

#488498 #984884 #849848

Analogous Colors of #488498

#488498 #485c98 #489884

Monochromatic Colors of #488498

#488498

Complementary Color

#488498 #985c48

#488498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488498 Color CSS Codes

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

#488498 Text Font Color

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

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


#488498 Background Color

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

This div background color is #488498


#488498 Border Color

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

This div border color is #488498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488498


Comments

No comments written yet.

Please login to write comment.