Color Hex Logo

#486afc Color Hex

#486AFC
(72,106,252)
0 Favorites   0 Comments

Color spaces of #486afc

RGB 72106252
HSL0.640.970.64
HSV229°71°99°
CMYK 0.710.580.00   0.01
XYZ25.397218.714194.3691
Yxy18.71410.18340.1351
Hunter Lab43.259829.0901-99.0563
CIE-Lab50.351036.0511-76.2882

#486afc color RGB value is (72,106,252).

#486afc hex color red value is 72, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #486afc hue: 0.64 , saturation: 0.97 and the lightness value of 486afc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11111100
Octal 110 152 374
Decimal 72 106 252
Hex 48 6A FC

RGB Percentages of Color #486afc

%16.74
%24.65
%58.60

CMYK Percentages of Color #486afc

%71
%58
%0
%1

Triadic Colors of #486afc

#486afc #fc486a #6afc48

Analogous Colors of #486afc

#486afc #8048fc #48c4fc

Monochromatic Colors of #486afc

#486afc

Complementary Color

#486afc #fcda48

#486afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486afc Color CSS Codes

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

#486afc Text Font Color

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

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


#486afc Background Color

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

This div background color is #486afc


#486afc Border Color

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

This div border color is #486afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486afc


Comments

No comments written yet.

Please login to write comment.