Color Hex Logo

#486fed Color Hex

#486FED
(72,111,237)
0 Favorites   0 Comments

Color spaces of #486fed

RGB 72111237
HSL0.630.820.61
HSV226°70°93°
CMYK 0.700.530.00   0.07
XYZ23.643018.861082.5152
Yxy18.86100.18910.1509
Hunter Lab43.429321.1747-82.2500
CIE-Lab50.524227.7125-67.6457

#486fed color RGB value is (72,111,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11101101
Octal 110 157 355
Decimal 72 111 237
Hex 48 6F ED

RGB Percentages of Color #486fed

%17.14
%26.43
%56.43

CMYK Percentages of Color #486fed

%70
%53
%0
%7

Triadic Colors of #486fed

#486fed #ed486f #6fed48

Analogous Colors of #486fed

#486fed #7448ed #48c2ed

Monochromatic Colors of #486fed

#486fed

Complementary Color

#486fed #edc648

#486fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fed Color CSS Codes

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

#486fed Text Font Color

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

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


#486fed Background Color

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

This div background color is #486fed


#486fed Border Color

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

This div border color is #486fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fed


Comments

No comments written yet.

Please login to write comment.