Color Hex Logo

#486cf7 Color Hex

#486CF7
(72,108,247)
0 Favorites   0 Comments

Color spaces of #486cf7

RGB 72108247
HSL0.630.920.63
HSV228°71°97°
CMYK 0.710.560.00   0.03
XYZ24.823518.818290.3196
Yxy18.81820.18530.1405
Hunter Lab43.379926.2289-93.0793
CIE-Lab50.473833.0784-73.3089

#486cf7 color RGB value is (72,108,247).

#486cf7 hex color red value is 72, green value is 108 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #486cf7 hue: 0.63 , saturation: 0.92 and the lightness value of 486cf7 is 0.63.

The process color (four color CMYK) of #486cf7 color hex is 0.71, 0.56, 0.00, 0.03. Web safe color of #486cf7 is #3366ff. Color #486cf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 11110111
Octal 110 154 367
Decimal 72 108 247
Hex 48 6C F7

RGB Percentages of Color #486cf7

%16.86
%25.29
%57.85

CMYK Percentages of Color #486cf7

%71
%56
%0
%3

Triadic Colors of #486cf7

#486cf7 #f7486c #6cf748

Analogous Colors of #486cf7

#486cf7 #7c48f7 #48c4f7

Monochromatic Colors of #486cf7

#486cf7

Complementary Color

#486cf7 #f7d348

#486cf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486cf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486cf7 Color CSS Codes

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

#486cf7 Text Font Color

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

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


#486cf7 Background Color

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

This div background color is #486cf7


#486cf7 Border Color

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

This div border color is #486cf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486cf7


Comments

No comments written yet.

Please login to write comment.