Color Hex Logo

#485fae Color Hex

#485FAE
(72,95,174)
0 Favorites   0 Comments

Color spaces of #485fae

RGB 7295174
HSL0.630.410.48
HSV226°59°68°
CMYK 0.590.450.00   0.32
XYZ14.404712.618141.7207
Yxy12.61810.20950.1836
Hunter Lab35.522010.2210-44.7710
CIE-Lab42.182115.7937-44.9509

#485fae color RGB value is (72,95,174).

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

The process color (four color CMYK) of #485fae color hex is 0.59, 0.45, 0.00, 0.32. Web safe color of #485fae is #336699. Color #485fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011111 10101110
Octal 110 137 256
Decimal 72 95 174
Hex 48 5F AE

RGB Percentages of Color #485fae

%21.11
%27.86
%51.03

CMYK Percentages of Color #485fae

%59
%45
%0
%32

Triadic Colors of #485fae

#485fae #ae485f #5fae48

Analogous Colors of #485fae

#485fae #6448ae #4892ae

Monochromatic Colors of #485fae

#485fae

Complementary Color

#485fae #ae9748

#485fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#485fae Color CSS Codes

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

#485fae Text Font Color

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

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


#485fae Background Color

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

This div background color is #485fae


#485fae Border Color

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

This div border color is #485fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485fae


Comments

No comments written yet.

Please login to write comment.