Color Hex Logo

#486bd8 Color Hex

#486BD8
(72,107,216)
0 Favorites   0 Comments

Color spaces of #486bd8

RGB 72107216
HSL0.630.650.56
HSV225°67°85°
CMYK 0.670.500.00   0.15
XYZ20.324916.851067.1471
Yxy16.85100.19480.1615
Hunter Lab41.050016.5425-68.2481
CIE-Lab48.071722.8256-59.7679

#486bd8 color RGB value is (72,107,216).

#486bd8 hex color red value is 72, green value is 107 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #486bd8 hue: 0.63 , saturation: 0.65 and the lightness value of 486bd8 is 0.56.

The process color (four color CMYK) of #486bd8 color hex is 0.67, 0.50, 0.00, 0.15. Web safe color of #486bd8 is #3366cc. Color #486bd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 11011000
Octal 110 153 330
Decimal 72 107 216
Hex 48 6B D8

RGB Percentages of Color #486bd8

%18.23
%27.09
%54.68

CMYK Percentages of Color #486bd8

%67
%50
%0
%15

Triadic Colors of #486bd8

#486bd8 #d8486b #6bd848

Analogous Colors of #486bd8

#486bd8 #6d48d8 #48b3d8

Monochromatic Colors of #486bd8

#486bd8

Complementary Color

#486bd8 #d8b548

#486bd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bd8 Color CSS Codes

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

#486bd8 Text Font Color

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

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


#486bd8 Background Color

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

This div background color is #486bd8


#486bd8 Border Color

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

This div border color is #486bd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bd8


Comments

No comments written yet.

Please login to write comment.