Color Hex Logo

#485dac Color Hex

#485DAC
(72,93,172)
0 Favorites   0 Comments

Color spaces of #485dac

RGB 7293172
HSL0.630.410.48
HSV227°58°67°
CMYK 0.580.460.00   0.33
XYZ14.033212.185040.6420
Yxy12.18500.20990.1822
Hunter Lab34.907010.6727-44.5960
CIE-Lab41.508616.3848-44.8491

#485dac color RGB value is (72,93,172).

#485dac hex color red value is 72, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #485dac hue: 0.63 , saturation: 0.41 and the lightness value of 485dac is 0.48.

The process color (four color CMYK) of #485dac color hex is 0.58, 0.46, 0.00, 0.33. Web safe color of #485dac is #336699. Color #485dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 10101100
Octal 110 135 254
Decimal 72 93 172
Hex 48 5D AC

RGB Percentages of Color #485dac

%21.36
%27.60
%51.04

CMYK Percentages of Color #485dac

%58
%46
%0
%33

Triadic Colors of #485dac

#485dac #ac485d #5dac48

Analogous Colors of #485dac

#485dac #6548ac #488fac

Monochromatic Colors of #485dac

#485dac

Complementary Color

#485dac #ac9748

#485dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#485dac Color CSS Codes

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

#485dac Text Font Color

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

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


#485dac Background Color

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

This div background color is #485dac


#485dac Border Color

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

This div border color is #485dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #485dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #485dac;
  -webkit-box-shadow: 1px 1px 3px 2px #485dac;
  box-shadow:         1px 1px 3px 2px #485dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485dac


Comments

No comments written yet.

Please login to write comment.