Color Hex Logo

#485480 Color Hex

#485480
(72,84,128)
0 Favorites   0 Comments

Color spaces of #485480

RGB 7284128
HSL0.630.280.39
HSV227°44°50°
CMYK 0.440.340.00   0.50
XYZ9.73919.276921.6994
Yxy9.27690.23920.2278
Hunter Lab30.45803.7748-20.9198
CIE-Lab36.51207.6267-26.2843

#485480 color RGB value is (72,84,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010100 10000000
Octal 110 124 200
Decimal 72 84 128
Hex 48 54 80

RGB Percentages of Color #485480

%25.35
%29.58
%45.07

CMYK Percentages of Color #485480

%44
%34
%0
%50

Triadic Colors of #485480

#485480 #804854 #548048

Analogous Colors of #485480

#485480 #584880 #487080

Monochromatic Colors of #485480

#485480

Complementary Color

#485480 #807448

#485480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485480 Color CSS Codes

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

#485480 Text Font Color

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

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


#485480 Background Color

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

This div background color is #485480


#485480 Border Color

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

This div border color is #485480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,84,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 #485480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485480


Comments

No comments written yet.

Please login to write comment.