Color Hex Logo

#486bdc Color Hex

#486BDC
(72,107,220)
0 Favorites   0 Comments

Color spaces of #486bdc

RGB 72107220
HSL0.630.680.57
HSV226°67°86°
CMYK 0.670.510.00   0.14
XYZ20.848417.060469.9043
Yxy17.06040.19340.1582
Hunter Lab41.304217.8158-71.4309
CIE-Lab48.336024.2316-61.6111

#486bdc color RGB value is (72,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 11011100
Octal 110 153 334
Decimal 72 107 220
Hex 48 6B DC

RGB Percentages of Color #486bdc

%18.05
%26.82
%55.14

CMYK Percentages of Color #486bdc

%67
%51
%0
%14

Triadic Colors of #486bdc

#486bdc #dc486b #6bdc48

Analogous Colors of #486bdc

#486bdc #6f48dc #48b5dc

Monochromatic Colors of #486bdc

#486bdc

Complementary Color

#486bdc #dcb948

#486bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bdc Color CSS Codes

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

#486bdc Text Font Color

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

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


#486bdc Background Color

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

This div background color is #486bdc


#486bdc Border Color

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

This div border color is #486bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,107,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 #486bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bdc


Comments

No comments written yet.

Please login to write comment.