Color Hex Logo

#485efa Color Hex

#485EFA
(72,94,250)
0 Favorites   0 Comments

Color spaces of #485efa

RGB 7294250
HSL0.650.950.63
HSV233°71°98°
CMYK 0.710.620.00   0.02
XYZ23.930516.285392.3246
Yxy16.28530.18060.1229
Hunter Lab40.355035.2290-107.3956
CIE-Lab47.346642.6785-80.0811

#485efa color RGB value is (72,94,250).

#485efa hex color red value is 72, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #485efa hue: 0.65 , saturation: 0.95 and the lightness value of 485efa is 0.63.

The process color (four color CMYK) of #485efa color hex is 0.71, 0.62, 0.00, 0.02. Web safe color of #485efa is #3366ff. Color #485efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011110 11111010
Octal 110 136 372
Decimal 72 94 250
Hex 48 5E FA

RGB Percentages of Color #485efa

%17.31
%22.60
%60.10

CMYK Percentages of Color #485efa

%71
%62
%0
%2

Triadic Colors of #485efa

#485efa #fa485e #5efa48

Analogous Colors of #485efa

#485efa #8b48fa #48b7fa

Monochromatic Colors of #485efa

#485efa

Complementary Color

#485efa #fae448

#485efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#485efa Color CSS Codes

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

#485efa Text Font Color

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

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


#485efa Background Color

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

This div background color is #485efa


#485efa Border Color

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

This div border color is #485efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485efa

Related Colors


Comments

No comments written yet.

Please login to write comment.