Color Hex Logo

#485080 Color Hex

#485080
(72,80,128)
0 Favorites   0 Comments

Color spaces of #485080

RGB 7280128
HSL0.640.280.39
HSV231°44°50°
CMYK 0.440.380.00   0.50
XYZ9.43748.673621.5988
Yxy8.67360.23770.2184
Hunter Lab29.45105.6601-22.8665
CIE-Lab35.348110.2023-28.1103

#485080 color RGB value is (72,80,128).

#485080 hex color red value is 72, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #485080 hue: 0.64 , saturation: 0.28 and the lightness value of 485080 is 0.39.

The process color (four color CMYK) of #485080 color hex is 0.44, 0.38, 0.00, 0.50. Web safe color of #485080 is #336699. Color #485080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 10000000
Octal 110 120 200
Decimal 72 80 128
Hex 48 50 80

RGB Percentages of Color #485080

%25.71
%28.57
%45.71

CMYK Percentages of Color #485080

%44
%38
%0
%50

Triadic Colors of #485080

#485080 #804850 #508048

Analogous Colors of #485080

#485080 #5c4880 #486c80

Monochromatic Colors of #485080

#485080

Complementary Color

#485080 #807848

#485080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485080 Color CSS Codes

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

#485080 Text Font Color

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

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


#485080 Background Color

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

This div background color is #485080


#485080 Border Color

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

This div border color is #485080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485080


Comments

No comments written yet.

Please login to write comment.