Color Hex Logo

#485dfb Color Hex

#485DFB
(72,93,251)
0 Favorites   0 Comments

Color spaces of #485dfb

RGB 7293251
HSL0.650.960.63
HSV233°71°98°
CMYK 0.710.630.00   0.02
XYZ23.999416.171593.1233
Yxy16.17150.18000.1213
Hunter Lab40.213836.1538-109.1485
CIE-Lab47.198743.6187-80.8804

#485dfb color RGB value is (72,93,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011101 11111011
Octal 110 135 373
Decimal 72 93 251
Hex 48 5D FB

RGB Percentages of Color #485dfb

%17.31
%22.36
%60.34

CMYK Percentages of Color #485dfb

%71
%63
%0
%2

Triadic Colors of #485dfb

#485dfb #fb485d #5dfb48

Analogous Colors of #485dfb

#485dfb #8d48fb #48b7fb

Monochromatic Colors of #485dfb

#485dfb

Complementary Color

#485dfb #fbe648

#485dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#485dfb Color CSS Codes

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

#485dfb Text Font Color

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

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


#485dfb Background Color

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

This div background color is #485dfb


#485dfb Border Color

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

This div border color is #485dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485dfb


Comments

No comments written yet.

Please login to write comment.