Color Hex Logo

#486feb Color Hex

#486FEB
(72,111,235)
0 Favorites   0 Comments

Color spaces of #486feb

RGB 72111235
HSL0.630.800.60
HSV226°69°92°
CMYK 0.690.530.00   0.08
XYZ23.352318.744880.9846
Yxy18.74480.18970.1523
Hunter Lab43.295320.5114-80.5964
CIE-Lab50.387327.0085-66.7472

#486feb color RGB value is (72,111,235).

#486feb hex color red value is 72, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #486feb hue: 0.63 , saturation: 0.80 and the lightness value of 486feb is 0.60.

The process color (four color CMYK) of #486feb color hex is 0.69, 0.53, 0.00, 0.08. Web safe color of #486feb is #3366ff. Color #486feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11101011
Octal 110 157 353
Decimal 72 111 235
Hex 48 6F EB

RGB Percentages of Color #486feb

%17.22
%26.56
%56.22

CMYK Percentages of Color #486feb

%69
%53
%0
%8

Triadic Colors of #486feb

#486feb #eb486f #6feb48

Analogous Colors of #486feb

#486feb #7348eb #48c1eb

Monochromatic Colors of #486feb

#486feb

Complementary Color

#486feb #ebc448

#486feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486feb Color CSS Codes

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

#486feb Text Font Color

<p style="color:#486feb">Text here</p>

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


#486feb Background Color

<div style="background-color:#486feb">
Div content here</div>

This div background color is #486feb


#486feb Border Color

<div style="border:3px solid #486feb">
Div here</div>

This div border color is #486feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,111,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486feb;
  -webkit-box-shadow: 1px 1px 3px 2px #486feb;
  box-shadow:         1px 1px 3px 2px #486feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486feb


Comments

No comments written yet.

Please login to write comment.