Color Hex Logo

#485ebe Color Hex

#485EBE
(72,94,190)
0 Favorites   0 Comments

Color spaces of #485ebe

RGB 7294190
HSL0.640.480.51
HSV229°62°75°
CMYK 0.620.510.00   0.25
XYZ15.969513.100850.4022
Yxy13.10080.20090.1648
Hunter Lab36.195015.4142-57.2258
CIE-Lab42.914721.9588-53.1357

#485ebe color RGB value is (72,94,190).

#485ebe hex color red value is 72, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #485ebe hue: 0.64 , saturation: 0.48 and the lightness value of 485ebe is 0.51.

The process color (four color CMYK) of #485ebe color hex is 0.62, 0.51, 0.00, 0.25. Web safe color of #485ebe is #3366cc. Color #485ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 10111110
Octal 110 136 276
Decimal 72 94 190
Hex 48 5E BE

RGB Percentages of Color #485ebe

%20.22
%26.40
%53.37

CMYK Percentages of Color #485ebe

%62
%51
%0
%25

Triadic Colors of #485ebe

#485ebe #be485e #5ebe48

Analogous Colors of #485ebe

#485ebe #6d48be #4899be

Monochromatic Colors of #485ebe

#485ebe

Complementary Color

#485ebe #bea848

#485ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#485ebe Color CSS Codes

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

#485ebe Text Font Color

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

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


#485ebe Background Color

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

This div background color is #485ebe


#485ebe Border Color

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

This div border color is #485ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485ebe


Comments

No comments written yet.

Please login to write comment.