Color Hex Logo

#485260 Color Hex

#485260
(72,82,96)
0 Favorites   0 Comments

Color spaces of #485260

RGB 728296
HSL0.600.140.33
HSV215°25°38°
CMYK 0.250.150.00   0.62
XYZ7.80118.256812.2489
Yxy8.25680.27560.2917
Hunter Lab28.7346-1.8251-5.1597
CIE-Lab34.5121-0.4331-9.4580

#485260 color RGB value is (72,82,96).

#485260 hex color red value is 72, green value is 82 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #485260 hue: 0.60 , saturation: 0.14 and the lightness value of 485260 is 0.33.

The process color (four color CMYK) of #485260 color hex is 0.25, 0.15, 0.00, 0.62. Web safe color of #485260 is #336666. Color #485260 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 01100000
Octal 110 122 140
Decimal 72 82 96
Hex 48 52 60

RGB Percentages of Color #485260

%28.80
%32.80
%38.40

CMYK Percentages of Color #485260

%25
%15
%0
%62

Triadic Colors of #485260

#485260 #604852 #526048

Analogous Colors of #485260

#485260 #4a4860 #485e60

Monochromatic Colors of #485260

#485260

Complementary Color

#485260 #605648

#485260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485260 Color CSS Codes

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

#485260 Text Font Color

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

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


#485260 Background Color

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

This div background color is #485260


#485260 Border Color

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

This div border color is #485260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485260


Comments

No comments written yet.

Please login to write comment.