Color Hex Logo

#486fdc Color Hex

#486FDC
(72,111,220)
0 Favorites   0 Comments

Color spaces of #486fdc

RGB 72111220
HSL0.620.680.57
HSV224°67°86°
CMYK 0.670.500.00   0.14
XYZ21.275217.913970.0466
Yxy17.91390.19480.1640
Hunter Lab42.324815.6573-68.4962
CIE-Lab49.391521.7260-59.9083

#486fdc color RGB value is (72,111,220).

#486fdc hex color red value is 72, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #486fdc hue: 0.62 , saturation: 0.68 and the lightness value of 486fdc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11011100
Octal 110 157 334
Decimal 72 111 220
Hex 48 6F DC

RGB Percentages of Color #486fdc

%17.87
%27.54
%54.59

CMYK Percentages of Color #486fdc

%67
%50
%0
%14

Triadic Colors of #486fdc

#486fdc #dc486f #6fdc48

Analogous Colors of #486fdc

#486fdc #6b48dc #48b9dc

Monochromatic Colors of #486fdc

#486fdc

Complementary Color

#486fdc #dcb548

#486fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fdc Color CSS Codes

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

#486fdc Text Font Color

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

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


#486fdc Background Color

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

This div background color is #486fdc


#486fdc Border Color

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

This div border color is #486fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fdc


Comments

No comments written yet.

Please login to write comment.