Color Hex Logo

#485890 Color Hex

#485890
(72,88,144)
0 Favorites   0 Comments

Color spaces of #485890

RGB 7288144
HSL0.630.330.42
HSV227°50°56°
CMYK 0.500.390.00   0.44
XYZ11.196310.370827.7972
Yxy10.37080.22680.2101
Hunter Lab32.20375.7027-28.6346
CIE-Lab38.499910.1898-32.9100

#485890 color RGB value is (72,88,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 10010000
Octal 110 130 220
Decimal 72 88 144
Hex 48 58 90

RGB Percentages of Color #485890

%23.68
%28.95
%47.37

CMYK Percentages of Color #485890

%50
%39
%0
%44

Triadic Colors of #485890

#485890 #904858 #589048

Analogous Colors of #485890

#485890 #5c4890 #487c90

Monochromatic Colors of #485890

#485890

Complementary Color

#485890 #908048

#485890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485890 Color CSS Codes

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

#485890 Text Font Color

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

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


#485890 Background Color

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

This div background color is #485890


#485890 Border Color

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

This div border color is #485890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485890


Comments

No comments written yet.

Please login to write comment.